Skip to content

Commit

Permalink
driving me crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 26, 2023
1 parent 6f18604 commit 671d14b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
submodules: recursive
- name: Setup premake
uses: abel0b/setup-premake@v1

## Linux & MacOS-specific build steps
# Build with premake + make
- name: Build (gmake)
if: runner.os != 'Windows'
run: |
premake5 gmake2
make clean
make all config=${{ matrix.configuration }}
# Run the tests with sh syntax
- name: Test (gmake)
Expand Down

0 comments on commit 671d14b

Please sign in to comment.