Ray
il y a 5 ans
committed by
GitHub
Parent
révision
337068dad0
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
1 ajouts et
0 suppressions
-
.github/workflows/windows.yml
|
|
|
@ -57,6 +57,7 @@ jobs: |
|
|
|
if: matrix.compiler == 'mingw-w64' |
|
|
|
|
|
|
|
- name: Build Library (MSVC16) |
|
|
|
shell: cmd |
|
|
|
run: | |
|
|
|
cd projects/VS2017 |
|
|
|
msbuild.exe raylib.sln /target:raylib /property:Configuration=Release /property:Platform=${{ matrix.ARCH }} |
|
|
|
|