Compare commits
No commits in common. "b7e141227e66bfd9ea9e095c40b8cb5b4bc0955f" and "0d13934f56db9418c542e08543ec9548799a99db" have entirely different histories.
b7e141227e
...
0d13934f56
|
@ -4,9 +4,12 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- uses: goto-bus-stop/setup-zig@v1
|
||||
with:
|
||||
version: master
|
||||
|
@ -20,14 +23,6 @@ jobs:
|
|||
run: |
|
||||
vcpkg integrate install
|
||||
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
|
||||
run: zig build -Drelease-safe
|
||||
lint:
|
||||
|
|
Loading…
Reference in New Issue