2015-07-20 09:27:58 +00:00
|
|
|
version: '{build}'
|
2015-07-17 14:03:29 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
build_script:
|
2015-07-21 14:00:53 +00:00
|
|
|
- ps: if ( !(Test-Path "$env:APPVEYOR_BUILD_FOLDER\ci\appveyorHelp.psm1")) {Start-FileDownload https://raw.githubusercontent.com/TheOneRing/appVeyorHelp/master/appveyorHelp.psm1 -FileName $env:APPVEYOR_BUILD_FOLDER\ci\appveyorHelp.psm1 }
|
2015-07-20 15:39:53 +00:00
|
|
|
- ps: .\ci\appveyor.ps1
|
2015-07-20 15:31:17 +00:00
|
|
|
|
|
|
|
test: off
|
2015-07-20 09:25:37 +00:00
|
|
|
|
|
|
|
cache:
|
2015-07-21 11:41:52 +00:00
|
|
|
- work\git -> ci\appveyor.ps1
|
|
|
|
- work\install -> ci\appveyor.ps1
|
2015-07-21 12:14:21 +00:00
|
|
|
- C:\ProgramData\chocolatey\bin -> ci\appveyor.ps1
|
|
|
|
- C:\ProgramData\chocolatey\lib -> ci\appveyor.ps1
|
2015-07-21 13:40:56 +00:00
|
|
|
- C:\tools -> ci\appveyor.ps1
|
|
|
|
- ci\appveyorHelp.psm1 -> ci\appveyor.ps1
|
2015-07-20 10:29:36 +00:00
|
|
|
|
|
|
|
environment:
|
2015-07-23 10:46:36 +00:00
|
|
|
SNORE_TOASTY_ID:
|
|
|
|
secure: lh3yt2ig14pCQMkJ9FRUj4dRLp+pw8qpLgoxr1t8Tpyo27JqXOhYMtGnZPI3wf/S
|
|
|
|
|
|
|
|
SNORE_PUSHOVER_KEY:
|
|
|
|
secure: KTJ5xlUJfDSxpzaGLsnTDhVa2jxWkzaEcwlI2MGCn4g=
|
|
|
|
|
2015-07-20 10:29:36 +00:00
|
|
|
matrix:
|
|
|
|
#mingw
|
|
|
|
- COMPILER: MINGW
|
|
|
|
#msvc
|
2015-07-20 15:22:37 +00:00
|
|
|
- COMPILER: MSVC
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
- path: work\image
|
2015-07-21 10:31:15 +00:00
|
|
|
name: $(APPVEYOR_PROJECT_NAME)
|
2015-07-23 18:17:05 +00:00
|
|
|
- path: $(TMP)\libsnore
|
|
|
|
name: snore-log
|
2015-07-21 11:41:52 +00:00
|
|
|
|