mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-19 14:56:17 +00:00
Fix CI errors
This commit is contained in:
parent
1831e53a77
commit
266b3eb234
2
.github/workflows/run-tests-macos-cpu.yml
vendored
2
.github/workflows/run-tests-macos-cpu.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir build_release
|
mkdir build_release
|
||||||
cd build_release
|
cd build_release
|
||||||
cmake ..
|
cmake -DCMAKE_CXX_STANDARD=17 ..
|
||||||
make VERBOSE=1 -j3
|
make VERBOSE=1 -j3
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
2
.github/workflows/run-tests-ubuntu-cpu.yml
vendored
2
.github/workflows/run-tests-ubuntu-cpu.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir build_release
|
mkdir build_release
|
||||||
cd build_release
|
cd build_release
|
||||||
cmake ..
|
cmake -DCMAKE_CXX_STANDARD=17 ..
|
||||||
make VERBOSE=1 -j3
|
make VERBOSE=1 -j3
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
2
.github/workflows/run-tests-ubuntu-cuda.yml
vendored
2
.github/workflows/run-tests-ubuntu-cuda.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir build_release
|
mkdir build_release
|
||||||
cd build_release
|
cd build_release
|
||||||
cmake ..
|
cmake -DCMAKE_CXX_STANDARD=17 ..
|
||||||
make VERBOSE=1 -j3
|
make VERBOSE=1 -j3
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
2
.github/workflows/run-tests-windows-cpu.yml
vendored
2
.github/workflows/run-tests-windows-cpu.yml
vendored
@ -116,6 +116,6 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd build_release
|
cd build_release
|
||||||
cmake --build . --target ALL_BUILD --config Release
|
cmake -DCMAKE_CXX_STANDARD=17 --build . --target ALL_BUILD --config Release
|
||||||
ls -lh bin/*/*
|
ls -lh bin/*/*
|
||||||
ctest -C Release --verbose --output-on-failure
|
ctest -C Release --verbose --output-on-failure
|
||||||
|
2
.github/workflows/run-tests-windows-cuda.yml
vendored
2
.github/workflows/run-tests-windows-cuda.yml
vendored
@ -168,6 +168,6 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd build_release
|
cd build_release
|
||||||
cmake --build . --target ALL_BUILD --config Release
|
cmake -DCMAKE_CXX_STANDARD=17 --build . --target ALL_BUILD --config Release
|
||||||
ls -lh bin/*/*
|
ls -lh bin/*/*
|
||||||
ctest -C Release --verbose --output-on-failure
|
ctest -C Release --verbose --output-on-failure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user