nah
This commit is contained in:
parent
45b93ba4e4
commit
bdad12326e
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@ -17,8 +17,8 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dev-build: ['DEV_BUILD=y', 'DEV_BUILD=n']
|
dev-build: ['y', 'n']
|
||||||
new-dynarec: ['NEW_DYNAREC=y', 'NEW_DYNAREC=n']
|
new-dynarec: ['y', 'n']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: msys2/setup-msys2@v1
|
- uses: msys2/setup-msys2@v1
|
||||||
@ -28,5 +28,5 @@ jobs:
|
|||||||
install: 'make mingw-w64-i686-toolchain mingw-w64-i686-openal mingw-w64-i686-freetype mingw-w64-i686-SDL2 mingw-w64-i686-zlib mingw-w64-i686-libpng mingw-w64-i686-libvncserver'
|
install: 'make mingw-w64-i686-toolchain mingw-w64-i686-openal mingw-w64-i686-freetype mingw-w64-i686-SDL2 mingw-w64-i686-zlib mingw-w64-i686-libpng mingw-w64-i686-libvncserver'
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: make
|
- name: make
|
||||||
run: make -fwin/makefile.mingw ${{ matrix.dev-build }} ${{ matrix.new-dynarec }} VNC=n
|
run: make -fwin/makefile.mingw DEV_BUILD=${{ matrix.dev-build }} NEW_DYNAREC=${{ matrix.new-dynarec }} VNC=n
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user