|
@@ -51,19 +51,20 @@ jobs:
|
|
|
tar -xf SDL2-devel-2.0.12-VC.zip
|
|
|
mv SDL2-2.0.12 SDL2
|
|
|
- name: build sowon
|
|
|
+ shell: cmd
|
|
|
run: |
|
|
|
./build_msvc.bat
|
|
|
build-freebsd:
|
|
|
runs-on: macos-latest
|
|
|
name: FreeBSD LLVM Clang build
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v2
|
|
|
- - name: Build on FreeBSD
|
|
|
- id: build
|
|
|
- uses: vmactions/[email protected]
|
|
|
- with:
|
|
|
- usesh: true
|
|
|
- prepare: pkg install -y sdl2 pkgconf
|
|
|
- run: |
|
|
|
- freebsd-version
|
|
|
- make
|
|
|
+ - uses: actions/checkout@v2
|
|
|
+ - name: Build on FreeBSD
|
|
|
+ id: build
|
|
|
+ uses: vmactions/[email protected]
|
|
|
+ with:
|
|
|
+ usesh: true
|
|
|
+ prepare: pkg install -y sdl2 pkgconf
|
|
|
+ run: |
|
|
|
+ freebsd-version
|
|
|
+ make
|