Parcourir la source

Update ci_src_examples_win.yml

pull/1071/head
Ray il y a 6 ans
committed by GitHub
Parent
révision
2031c06880
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. +7
    -1
      .github/workflows/ci_src_examples_win.yml

+ 7
- 1
.github/workflows/ci_src_examples_win.yml Voir le fichier

@ -48,9 +48,15 @@ jobs:
# Setup MSBuild.exe path if required
- uses: warrenbuckley/Setup-MSBuild@v1
if: matrix.compiler == 'msvc16'
- name: Build MinGW Project
run: ../raylib/raylib/src/mingw32-make PLATFORM=PLATFORM_DESKTOP
if: matrix.compiler == 'mingw'
- name: Setup CMake Project
run: cmake -G "${{ matrix.GENERATOR }}" ${{ matrix.ARCH }} -DCMAKE_SH="CMAKE_SH-NOTFOUND" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib
if: matrix.compiler == 'msvc16'
- name: Build raylib Source & Examples
run: cmake --build . --target install
if: matrix.compiler == 'msvc16'

Chargement…
Annuler
Enregistrer