mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 19:57:14 +02:00
Fix env matrix setup, and use appveyor download utility to get CI
script.
This commit is contained in:
21
appveyor.yml
21
appveyor.yml
@ -12,22 +12,15 @@ notifications:
|
|||||||
- grafikrobot@gmail.com
|
- grafikrobot@gmail.com
|
||||||
on_build_status_changed: true
|
on_build_status_changed: true
|
||||||
|
|
||||||
matrix:
|
environment:
|
||||||
- environment:
|
matrix:
|
||||||
TOOLSET: vs-2008
|
- TOOLSET: vs-2008
|
||||||
- environment:
|
- TOOLSET: vs-2010
|
||||||
TOOLSET: vs-2010
|
- TOOLSET: vs-2012
|
||||||
- environment:
|
- TOOLSET: vs-2013
|
||||||
TOOLSET: vs-2012
|
|
||||||
- environment:
|
|
||||||
TOOLSET: vs-2013
|
|
||||||
- environment:
|
|
||||||
TOOLSET: vs-2015
|
|
||||||
os: Visual Studio 2015 RC
|
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- choco install wget
|
- appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
|
||||||
- wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
|
|
||||||
install: python script.py install
|
install: python script.py install
|
||||||
before_build: python script.py before_build
|
before_build: python script.py before_build
|
||||||
build_script: python script.py build_script
|
build_script: python script.py build_script
|
||||||
|
Reference in New Issue
Block a user