mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
597b500eba
* docker_test.sh: fix shellcheck warnings * docker_test.sh: unify style No changes in functionality. * docker_test.sh: whitespace fixes * stop mixing tabs and spaces * remove trailing whitespace * invoke bash using /usr/bin/env * build_windows_executable.sh: fix variable assignment * update_windows_man_page.sh: unify style No changes in functionality. * whitespace fixes * stop mixing tabs and spaces * remove trailing whitespace * fix spelling * remove trailing whitespace
34 lines
621 B
YAML
34 lines
621 B
YAML
version: 'v2.2.1-dev.{build}'
|
|
|
|
build: off
|
|
branches:
|
|
only:
|
|
- master
|
|
- develop
|
|
|
|
environment:
|
|
matrix:
|
|
- PYTHON: "C:\\Python35"
|
|
- PYTHON: "C:\\Python35-x64"
|
|
- PYTHON: "C:\\Python36"
|
|
- PYTHON: "C:\\Python36-x64"
|
|
- PYTHON: "C:\\Python37"
|
|
- PYTHON: "C:\\Python37-x64"
|
|
- PYTHON: "C:\\Python38"
|
|
- PYTHON: "C:\\Python38-x64"
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
cache:
|
|
- '%LOCALAPPDATA%\pip\Cache'
|
|
- .downloads -> .appveyor.yml
|
|
|
|
install:
|
|
- "cmd /c .\\test\\tools\\ci-win.cmd install"
|
|
|
|
test_script:
|
|
- "cmd /c .\\test\\tools\\ci-win.cmd test"
|
|
|
|
on_failure:
|
|
- ps: get-content .tox\*\log\*
|