Skip to content

Commit

Permalink
Add df -h to freebsd as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Aug 9, 2023
1 parent 7977cb3 commit 133ed21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,15 @@ jobs:
pkg install -y libraqm
pkg install -y glm
run: |
df -h
mkdir build && cd build
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
df -h
make -j3 VERBOSE=1
df -h
make install DESTDIR="/tmp/supertux" VERBOSE=1
./test_supertux2
Expand Down

0 comments on commit 133ed21

Please sign in to comment.