X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=.appveyor.yml;h=4b57d7e50d03bccce69c633353c0cc0e4d7a8dce;hp=0e6a54f09a70cbc5ec5f9f52c275f25301618e44;hb=fb80dab2044d302eb8ccacd0b34d4cbaf5fe904c;hpb=564126810aaf834bac66c8f7718d99f159185ce6 diff --git a/.appveyor.yml b/.appveyor.yml index 0e6a54f0..4b57d7e5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,7 +13,7 @@ install: - ps: | #use cmd to silence powershell behaviour for stderr & cmd /C "git clone -q --depth=1 git://anongit.kde.org/craftmaster.git C:\CraftMaster\CraftMaster 2>&1" - & C:\python36\python.exe C:\CraftMaster\CraftMaster\CraftMaster.py --config $env:APPVEYOR_BUILD_FOLDER\.appveyor.ini --target $env:TARGET + & C:\python36\python.exe C:\CraftMaster\CraftMaster\CraftMaster.py --config $env:APPVEYOR_BUILD_FOLDER\.appveyor.ini --variables "APPVEYOR_BUILD_FOLDER=$env:APPVEYOR_BUILD_FOLDER" --target $env:TARGET craft --add-blueprint-repository https://github.com/quassel/craft-blueprints-quassel.git craft -p quassel/quassel craft nsis @@ -23,16 +23,18 @@ build_script: - ps: | craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER quassel/quassel -test_script: +after_build: - ps: | - craft --src-dir $env:APPVEYOR_BUILD_FOLDER --test quassel/quassel + craft --src-dir $env:APPVEYOR_BUILD_FOLDER --package quassel/quassel -on_success: +test_script: - ps: | - craft --src-dir $env:APPVEYOR_BUILD_FOLDER --package quassel/quassel - Get-ChildItem C:\CraftMaster\$env:TARGET\tmp\* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } + craft --src-dir $env:APPVEYOR_BUILD_FOLDER --test quassel/quassel environment: matrix: - TARGET: windows-msvc2017_64-cl - TARGET: windows-msvc2017_32-cl + +artifacts: + - path: binaries\*