Ver código fonte

Update windows.yml

pull/1357/head
Ray 4 anos atrás
committed by GitHub
pai
commit
eb8cf7e4d2
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      .github/workflows/windows.yml

+ 2
- 2
.github/workflows/windows.yml Ver arquivo

@ -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'

Carregando…
Cancelar
Salvar