Compare commits
No commits in common. "b7e141227e66bfd9ea9e095c40b8cb5b4bc0955f" and "0d13934f56db9418c542e08543ec9548799a99db" have entirely different histories.
b7e141227e
...
0d13934f56
|
@ -4,9 +4,12 @@ jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
- uses: goto-bus-stop/setup-zig@v1
|
- uses: goto-bus-stop/setup-zig@v1
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
|
@ -20,14 +23,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
vcpkg integrate install
|
vcpkg integrate install
|
||||||
vcpkg install sdl2:x64-windows
|
vcpkg install sdl2:x64-windows
|
||||||
git config --global core.autocrlf false
|
|
||||||
- name: prepare-macos
|
|
||||||
if: runner.os == 'macOS'
|
|
||||||
run: |
|
|
||||||
brew install sdl2
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
- name: build
|
- name: build
|
||||||
run: zig build -Drelease-safe
|
run: zig build -Drelease-safe
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in New Issue