2015-09-22 17:19:35 +02:00
|
|
|
|
2015-09-22 20:31:55 +02:00
|
|
|
version: '{branch}-{build}'
|
|
|
|
|
2015-09-22 17:19:35 +02:00
|
|
|
install:
|
2019-02-14 12:08:00 +01:00
|
|
|
- "SET PATH=C:\\Python37-x64;C:\\Python37-x64\\Scripts;%PATH%"
|
2015-09-22 17:19:35 +02:00
|
|
|
- "python --version"
|
2019-02-14 12:20:15 +01:00
|
|
|
- "pip install tox==2.9.1 virtualenv==16.2.0"
|
2015-09-22 17:19:35 +02:00
|
|
|
|
|
|
|
# Build the binary after tests
|
|
|
|
build: false
|
|
|
|
|
|
|
|
test_script:
|
2019-02-14 12:08:00 +01:00
|
|
|
- "tox -e py27,py37 -- tests/unit"
|
2016-01-15 22:27:43 +01:00
|
|
|
- ps: ".\\script\\build\\windows.ps1"
|
2015-09-22 20:31:55 +02:00
|
|
|
|
|
|
|
artifacts:
|
|
|
|
- path: .\dist\docker-compose-Windows-x86_64.exe
|
|
|
|
name: "Compose Windows binary"
|
2016-02-01 22:30:39 +01:00
|
|
|
|
|
|
|
deploy:
|
|
|
|
- provider: Environment
|
|
|
|
name: master-builds
|
|
|
|
on:
|
|
|
|
branch: master
|