fix build
Some checks failed
Bigfoot / build-and-test (Debug, True) (push) Failing after 9s
Bigfoot / build-and-test (RelWithDebInfo, False) (push) Failing after 9s
Bigfoot / build-and-test (RelWithDebInfo, True) (push) Failing after 10s
Bigfoot / build-and-test (Release, False) (push) Failing after 9s
Bigfoot / build-and-test (Release, True) (push) Failing after 9s
Bigfoot / build-and-test (Debug, False) (push) Failing after 10s
Some checks failed
Bigfoot / build-and-test (Debug, True) (push) Failing after 9s
Bigfoot / build-and-test (RelWithDebInfo, False) (push) Failing after 9s
Bigfoot / build-and-test (RelWithDebInfo, True) (push) Failing after 10s
Bigfoot / build-and-test (Release, False) (push) Failing after 9s
Bigfoot / build-and-test (Release, True) (push) Failing after 9s
Bigfoot / build-and-test (Debug, False) (push) Failing after 10s
This commit is contained in:
@@ -17,8 +17,8 @@ jobs:
|
|||||||
image: git.romainboullard.com/bigfootdev/linuxbigfootbuilder:main
|
image: git.romainboullard.com/bigfootdev/linuxbigfootbuilder:main
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
build_type: [Debug, RelWithDebInfo, Release]
|
build_type: ["Debug", "RelWithDebInfo", "Release"]
|
||||||
unity_build: [True, False]
|
unity_build: ["True", "False"]
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: apt-get update && apt-get install -y nodejs
|
run: apt-get update && apt-get install -y nodejs
|
||||||
@@ -37,10 +37,10 @@ jobs:
|
|||||||
cmake -S . -B ./build/${{ matrix.build_type }} --toolchain ./build/${{ matrix.build_type }}/generators/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -G "Ninja"
|
cmake -S . -B ./build/${{ matrix.build_type }} --toolchain ./build/${{ matrix.build_type }}/generators/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -G "Ninja"
|
||||||
cmake --build build/${{ matrix.build_type }} --parallel $(nproc)
|
cmake --build build/${{ matrix.build_type }} --parallel $(nproc)
|
||||||
|
|
||||||
|
- name: Show ccache stats after
|
||||||
|
run: ccache --show-stats
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
cd ./build/${{ matrix.build_type }}
|
cd ./build/${{ matrix.build_type }}
|
||||||
xvfb-run ctest . --output-on-failure
|
xvfb-run ctest . --output-on-failure
|
||||||
|
|
||||||
- name: Show ccache stats after
|
|
||||||
run: ccache --show-stats
|
|
||||||
Reference in New Issue
Block a user