Update windows.yml

This commit is contained in:
Ray 2020-08-17 22:48:12 +02:00 committed by GitHub
parent 5f78b78489
commit eb8cf7e4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
include:
- compiler: mingw-w64
bits: 32
CFLAGS: -m32
CFLAGS: -m64
- compiler: mingw-w64
bits: 64
CFLAGS: -m64
@ -54,7 +54,7 @@ jobs:
run: |
cd src
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/raylib_3.1_win${{ matrix.bits }}/lib-mingw-w64"
make clean
make SHELL=cmd clean
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/raylib_3.1_win${{ matrix.bits }}/lib-mingw-w64"
cd ..
if: matrix.compiler == 'mingw-w64'