Skip to content

Commit

Permalink
Check space left multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Aug 9, 2023
1 parent 2c36082 commit 7977cb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,12 @@ jobs:
pkg_add glm
run: |
mkdir build && cd build
df -h
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DWARNINGS=ON -DWERROR=ON \
-DBUILD_TESTS=ON -DINSTALL_SUBDIR_SHARE=share/supertux2 \
-DCMAKE_INSTALL_MESSAGE=NEVER -DCMAKE_INSTALL_PREFIX=/usr \
-DINSTALL_SUBDIR_BIN=bin # -DGLBINDING_ENABLED=$GLBINDING
make -j3 VERBOSE=1
df -h
make install DESTDIR="/tmp/supertux" VERBOSE=1
./test_supertux2

0 comments on commit 7977cb3

Please sign in to comment.