mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
Update TEST.yml
This commit is contained in:
parent
859cb7c50e
commit
1dbf662667
2
.github/workflows/TEST.yml
vendored
2
.github/workflows/TEST.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: install_google_benchmark
|
- 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
|
run: git clone -branch v1.6.1 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