Skip to content

Commit

Permalink
Add: [CI] Test grf generation
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed Dec 4, 2023
1 parent db65d76 commit 2c768d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- name: GCC - Dedicated
compiler: gcc
cxxcompiler: g++
libraries: grfcodec
extra-cmake-parameters: -DOPTION_DEDICATED=ON -DCMAKE_CXX_FLAGS_INIT="-DRANDOM_DEBUG" -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
# Compile without SDL / SDL2, as that should compile fine too.

Expand Down Expand Up @@ -170,6 +171,9 @@ jobs:
cd build
ctest -j $(nproc) --timeout 120
# Check no tracked files have been modified
git diff --exit-code
macos:
strategy:
fail-fast: false
Expand Down

0 comments on commit 2c768d4

Please sign in to comment.