We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8ab8d commit 137b940Copy full SHA for 137b940
1 file changed
.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 obengine/build; cmake -DBUILD_TESTS=ON ..; make -j8
+ run: cd build; cmake -DBUILD_TESTS=ON ..; make -j8
48
- name: Run tests
49
50
run: ./build/tests/ObEngineTests
@@ -87,6 +87,7 @@ jobs:
87
run: Expand-Archive -LiteralPath deps/SFML-2.5.1.zip -DestinationPath deps
88
shell: pwsh
89
- name: Create build directory
90
+ working-directory: ./obengine
91
run: mkdir build
92
- name: Run CMake on ObEngine
93
0 commit comments