fix appveyor.yml

This commit is contained in:
Patrick von Reth 2015-07-25 15:06:38 +02:00
parent 195978f453
commit 82448038b8
1 changed files with 9 additions and 8 deletions

View File

@ -6,13 +6,13 @@ branches:
build_script:
- ps: |
if ( !(Test-Path "$env:APPVEYOR_BUILD_FOLDER\ci\appveyorHelp.psm1"))
if ( !(Test-Path "$env:APPVEYOR_BUILD_FOLDER\work\appveyorHelp.psm1"))
{
Start-FileDownload https://raw.githubusercontent.com/TheOneRing/appVeyorHelp/master/appveyorHelp.psm1 -FileName $env:APPVEYOR_BUILD_FOLDER\ci\appveyorHelp.psm1
Start-FileDownload https://raw.githubusercontent.com/TheOneRing/appVeyorHelp/master/appveyorHelp.psm1 -FileName $env:APPVEYOR_BUILD_FOLDER\work\appveyorHelp.psm1
}
$ErrorActionPreference="Stop"
Import-Module $env:APPVEYOR_BUILD_FOLDER\ci\appveyorHelp.psm1
Import-Module $env:APPVEYOR_BUILD_FOLDER\work\appveyorHelp.psm1
Init @("ninja", "extra-cmake-modules", "png2ico") @("SnoreGrowl")
@ -27,11 +27,12 @@ build_script:
test: off
cache:
- work\git -> ci\appveyor.ps1
- work\install -> ci\appveyor.ps1
- C:\ProgramData\chocolatey\bin -> ci\appveyor.ps1
- C:\ProgramData\chocolatey\lib -> ci\appveyor.ps1
- C:\tools -> ci\appveyor.ps1
- work\git -> appveyor.yml
- work\install -> appveyor.yml
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml
- C:\tools -> appveyor.yml
- work\appveyorHelp.psm1 -> appveyor.yml
environment:
SNORE_TOASTY_ID: