+6
-2
@@ -20,10 +20,14 @@ platform:
|
||||
- Win32
|
||||
|
||||
after_build:
|
||||
#Editor:
|
||||
- cmd: move %APPVEYOR_BUILD_FOLDER%\BUILD\%PLATFORM%\Release\Editor_Windows\Editor_Windows.exe %APPVEYOR_BUILD_FOLDER%\Editor
|
||||
- cmd: 7z a WickedEngineEditor.zip WickedEngine\shaders\ WickedEngine\fonts\ images\ models\ scripts\ Documentation\ *.txt *.md Editor\*.exe Editor\images\ Editor\sound\ Editor\*.ini Editor\*.ico Editor\*.lua
|
||||
- cmd: xcopy C:\projects\wickedengine\WickedEngine\dxcompiler.dll %APPVEYOR_BUILD_FOLDER%\Editor
|
||||
- cmd: 7z a WickedEngineEditor.zip WickedEngine\shaders\ WickedEngine\fonts\ images\ models\ scripts\ Documentation\ *.txt *.md Editor\*.exe Editor\images\ Editor\sound\ Editor\*.ini Editor\*.ico Editor\*.lua Editor\*.dll
|
||||
#Tests:
|
||||
- cmd: move %APPVEYOR_BUILD_FOLDER%\BUILD\%PLATFORM%\Release\Tests\Tests.exe %APPVEYOR_BUILD_FOLDER%\Tests
|
||||
- cmd: 7z a WickedEngineTests.zip WickedEngine\shaders\ WickedEngine\fonts\ images\ models\ scripts\ Documentation\ *.txt *.md Tests\*.exe Tests\images\ Tests\sound\ Tests\*.ini Tests\*.ico Tests\*.lua Tests\*.ttf
|
||||
- cmd: xcopy C:\projects\wickedengine\WickedEngine\dxcompiler.dll %APPVEYOR_BUILD_FOLDER%\Tests
|
||||
- cmd: 7z a WickedEngineTests.zip WickedEngine\shaders\ WickedEngine\fonts\ images\ models\ scripts\ Documentation\ *.txt *.md Tests\*.exe Tests\images\ Tests\sound\ Tests\*.ini Tests\*.ico Tests\*.lua Tests\*.dll Tests\*.ttf
|
||||
|
||||
artifacts:
|
||||
- path: WickedEngineEditor.zip
|
||||
|
||||
Reference in New Issue
Block a user