Skip to content

Commit

Permalink
Experiment with github nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Jabot committed Mar 12, 2018
1 parent f74eec1 commit 9c9908e
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ environment:
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=5"
matrix:
- ARCH: x86
QT5: C:\Qt\5.10.0\msvc2015
QT5: C:\Qt\5.10\msvc2015
COMPILER: MSVC
USE_VS_TOOLCHAIN: true

- ARCH: x64
COMPILER: MSVC
QT5: C:\Qt\5.10.0\msvc2017_64
QT5: C:\Qt\5.10\msvc2017_64
USE_VS_TOOLCHAIN: true

#- COMPILER: MinGW
Expand All @@ -159,5 +159,18 @@ environment:
LLVM_URL: http://prereleases.llvm.org/win-snapshots/LLVM-7.0.0-r323406-win64.exe
LLVM_VERSION: 7.0
USE_VS_TOOLCHAIN: true
QT5: C:\Qt\5.10.0\msvc2017_64
QT5: C:\Qt\5.10\msvc2017_64

deploy:
tag: nightly
release: nightly
description: 'Nightly Build'
provider: GitHub
auth_token:
secure: Xehpz2B9WwN2wOzHfWMBQ83W31YluiEz6s9LjOi+vOjHcMxnjYCk7mNdQhSFOuE9 # your encrypted token from GitHub
artifact: Aseba
prerelease: true
on:
branch: github_nightly_appveyor
force_update: true

0 comments on commit 9c9908e

Please sign in to comment.