mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-27 11:00:27 +00:00
Update ccpp.yml
This commit is contained in:
parent
65ed4e33c4
commit
664017d12a
5
.github/workflows/ccpp.yml
vendored
5
.github/workflows/ccpp.yml
vendored
@ -13,5 +13,8 @@ jobs:
|
||||
run: |
|
||||
choco install nasm
|
||||
set PATH="C:\Program Files\NASM";%PATH%
|
||||
rm -rf obj && mkdir obj && mingw32-make mingw510 -j20 RELEASEBUILD=1 SKIPDEPEND=1
|
||||
|
||||
|
||||
msbuild "projectfiles\visualstudio-2019\fba_vs2019.sln" /m /property:Configuration=Release /property:Platform=x86 /verbosity:minimal
|
||||
# rm -rf obj && mkdir obj && mingw32-make mingw510 -j20 RELEASEBUILD=1 SKIPDEPEND=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user