forked from boostorg/predef
Another attempt at moving CI script file.
This commit is contained in:
23
appveyor.yml
23
appveyor.yml
@@ -18,15 +18,16 @@ environment:
|
|||||||
- TOOLSET: vs-2013
|
- TOOLSET: vs-2013
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py" -FileName /script.py
|
- cd ..
|
||||||
|
- appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
|
||||||
- dir
|
- dir
|
||||||
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
|
||||||
after_build: python /script.py after_build
|
after_build: python ../script.py after_build
|
||||||
before_test: python /script.py before_test
|
before_test: python ../script.py before_test
|
||||||
test_script: python /script.py test_script
|
test_script: python ../script.py test_script
|
||||||
after_test: python /script.py after_test
|
after_test: python ../script.py after_test
|
||||||
on_success: python /script.py on_success
|
on_success: python ../script.py on_success
|
||||||
on_failure: python /script.py on_failure
|
on_failure: python ../script.py on_failure
|
||||||
on_finish: python /script.py on_finish
|
on_finish: python ../script.py on_finish
|
||||||
|
Reference in New Issue
Block a user