mirror of
https://github.com/libretro/Play-.git
synced 2025-02-21 12:10:31 +00:00
Add PsfAot build on AppVeyor.
This commit is contained in:
parent
3b67f844b9
commit
16b8d1f7b9
@ -14,6 +14,8 @@ environment:
|
||||
- BUILD_TYPE: Visual Studio 15 2017 Win64
|
||||
BUILD_PSFPLAYER: ON
|
||||
INSTALLER_SCRIPT: installer64.nsi
|
||||
- BUILD_TYPE: Visual Studio 15 2017 Win64
|
||||
BUILD_PSFAOT: ON
|
||||
|
||||
build_script:
|
||||
- cmd: >-
|
||||
|
@ -33,3 +33,9 @@ if "%BUILD_PSFPLAYER%" == "ON" (
|
||||
mkdir %REPO_COMMIT_SHORT%
|
||||
move Play-Build\Play\tools\PsfPlayer\installer_win32\*.exe %REPO_COMMIT_SHORT%
|
||||
)
|
||||
|
||||
if "%BUILD_PSFAOT%" == "ON" (
|
||||
cmake .. -G"%BUILD_TYPE%" -T v141_xp -DBUILD_PLAY=off -DBUILD_TESTS=off -DBUILD_PSFPLAYER=on -DBUILD_AOT_CACHE=on
|
||||
cmake --build . --config %CONFIG_TYPE%
|
||||
if !errorlevel! neq 0 exit /b !errorlevel!
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user