mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
Merge branch 'master' of https://gitee.com/lyon1998/pikascript
This commit is contained in:
commit
8456becfac
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
@ -20,7 +20,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: install_google_benchmark
|
||||||
|
run: git clone https://github.com/google/benchmark.git && cd benchmark && cmake -E make_directory "build" && cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../ && cmake --build "build" --config Release && sudo cmake --build "build" --config Release --target install
|
||||||
|
|
||||||
- name: PULL_CORE
|
- name: PULL_CORE
|
||||||
run: cd ${{github.workspace}}/port/linux && bash pull-core.sh
|
run: cd ${{github.workspace}}/port/linux && bash pull-core.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user