Skip to content

Commit 8ed719b

Browse files
authored
Update build_on_demand.yml
1 parent 137b940 commit 8ed719b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_on_demand.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: cd SFML; cmake .; make -j8; sudo make install
4545
- name: Compile ObEngine
4646
working-directory: ./obengine
47-
run: cd build; cmake -DBUILD_TESTS=ON ..; make -j8
47+
run: cd build; cmake -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release ..; make -j8
4848
- name: Run tests
4949
working-directory: ./obengine
5050
run: ./build/tests/ObEngineTests
@@ -137,7 +137,7 @@ jobs:
137137
run: mkdir build
138138
- name: Run CMake on ObEngine
139139
working-directory: ./obengine
140-
run: cd build && cmake -DBUILD_TESTS=ON ..
140+
run: cd build && cmake -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release ..
141141
- name: Compile ObEngine
142142
working-directory: ./obengine
143143
run: cd build && make -j8

0 commit comments

Comments
 (0)