We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137b940 commit 8ed719bCopy full SHA for 8ed719b
.github/workflows/build_on_demand.yml
@@ -44,7 +44,7 @@ jobs:
44
run: cd SFML; cmake .; make -j8; sudo make install
45
- name: Compile ObEngine
46
working-directory: ./obengine
47
- run: cd build; cmake -DBUILD_TESTS=ON ..; make -j8
+ run: cd build; cmake -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release ..; make -j8
48
- name: Run tests
49
50
run: ./build/tests/ObEngineTests
@@ -137,7 +137,7 @@ jobs:
137
run: mkdir build
138
- name: Run CMake on ObEngine
139
140
- run: cd build && cmake -DBUILD_TESTS=ON ..
+ run: cd build && cmake -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release ..
141
142
143
run: cd build && make -j8
0 commit comments