mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:23:53 +00:00
Preserve AppVeyor builds
This commit is contained in:
parent
da47fc79f5
commit
8c95676352
1 changed files with 10 additions and 0 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -55,6 +55,10 @@ build_script:
|
||||||
- cmd: if %PLATFORM%==x64 set build=MSVC%msvc%_64
|
- cmd: if %PLATFORM%==x64 set build=MSVC%msvc%_64
|
||||||
- cmd: msbuild %build%\OpenMW.sln /t:Build /p:Configuration=%configuration% /m:2 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
- cmd: msbuild %build%\OpenMW.sln /t:Build /p:Configuration=%configuration% /m:2 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
|
|
||||||
|
after_build:
|
||||||
|
- cmd: if %PLATFORM%==x64 7z a OpenMW_MSVC%msvc%_x64.zip %APPVEYOR_BUILD_FOLDER%\MSVC%msvc%_64\Debug\ -xr"!*.pdb"
|
||||||
|
- cmd: if %PLATFORM%==x64 7z a OpenMW_MSVC%msvc%_x64_pdb.zip %APPVEYOR_BUILD_FOLDER%\MSVC%msvc%_64\Debug\*.pdb
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
|
||||||
#notifications:
|
#notifications:
|
||||||
|
@ -63,3 +67,9 @@ test: off
|
||||||
# -
|
# -
|
||||||
# on_build_failure: true
|
# on_build_failure: true
|
||||||
# on_build_status_changed: true
|
# on_build_status_changed: true
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- path: OpenMW_MSVC%msvc%_x64.zip
|
||||||
|
name: OpenMW_MSVC%msvc%_x64
|
||||||
|
- path: OpenMW_MSVC%msvc%_x64_pdb.zip
|
||||||
|
name: OpenMW_MSVC%msvc%_x64_pdb
|
||||||
|
|
Loading…
Reference in a new issue