File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -DCMAKE_BUILD_TYPE=Release ..; make -j8
47+ run : cd build; cmake -DBUILD_TESTS=ON -DBUILD_TOOLKIT=ON - DCMAKE_BUILD_TYPE=Release ..; make -j8
4848 - name : Run tests
4949 working-directory : ./obengine
5050 run : LD_LIBRARY_PATH="$LD_LIBRARY_PATH;/usr/local/lib" ./build/tests/ObEngineTests
9191 run : mkdir build
9292 - name : Run CMake on ObEngine
9393 working-directory : ./obengine
94- run : cd build; cmake -DSFML_DIR="${env:GITHUB_WORKSPACE}/deps/SFML-2.5.1/lib/cmake/SFML" -DBUILD_TESTS=ON ..
94+ run : cd build; cmake -DSFML_DIR="${env:GITHUB_WORKSPACE}/deps/SFML-2.5.1/lib/cmake/SFML" -DBUILD_TESTS=ON -DBUILD_TOOLKIT=ON ..
9595 shell : pwsh
9696 - name : Compile ObEngine
9797 working-directory : ./obengine
@@ -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 -DCMAKE_BUILD_TYPE=Release ..
140+ run : cd build && cmake -DBUILD_TESTS=ON -DBUILD_TOOLKIT=ON - DCMAKE_BUILD_TYPE=Release ..
141141 - name : Compile ObEngine
142142 working-directory : ./obengine
143143 run : cd build && make -j8
You can’t perform that action at this time.
0 commit comments