mirror of
https://github.com/libretro/FBNeo.git
synced 2024-12-04 15:46:26 +00:00
This should fix appveyor.
I was a dummy and messed up the 7z extract :(
This commit is contained in:
parent
fc0fa451ce
commit
a7ab101b4a
@ -10,8 +10,8 @@ install:
|
||||
- choco install nasm
|
||||
- set PATH="C:\Program Files\NASM";%PATH%
|
||||
build_script:
|
||||
- 7z e %APPVEYOR_BUILD_FOLDER%\src\dep\mingw\dxsdk.7z -o%APPVEYOR_BUILD_FOLDER%\src\dep\mingw * -r -aoa
|
||||
- 7z a fbn-code.7z %APPVEYOR_BUILD_FOLDER%\*
|
||||
- 7z x %APPVEYOR_BUILD_FOLDER%\src\dep\mingw\dxsdk.7z -o%APPVEYOR_BUILD_FOLDER%\src\dep\mingw -r -aoa
|
||||
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && mingw32-make mingw510 -j5 RELEASEBUILD=1 SKIPDEPEND=1"
|
||||
- 7z a fbn-win32-gcc.7z %APPVEYOR_BUILD_FOLDER%\*.exe %APPVEYOR_BUILD_FOLDER%\fba.chm %APPVEYOR_BUILD_FOLDER%\*.zip %APPVEYOR_BUILD_FOLDER%\src\license.txt %APPVEYOR_BUILD_FOLDER%\whatsnew.html
|
||||
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && rm -rf obj && mingw32-make mingw510 -j5 SKIPDEPEND=1"
|
||||
|
Loading…
Reference in New Issue
Block a user