waifu/.travis.yml

36 lines
655 B
YAML
Raw Normal View History

2019-06-07 01:19:56 +02:00
language: python
git:
depth: 50
submodules: true
python:
- "2.7" # python2 never dies
- "3.4" # latest version that supports WinXP
- "3.8" # latest stable
env:
- TYPE="ext"
- TYPE="noext"
2019-10-18 00:18:48 +02:00
os: linux
dist: xenial
cache: pip
addons:
apt:
packages:
- build-essential
install:
- echo meow # do not run pip
script:
- bash run-tests.sh $TYPE
2019-10-18 00:02:48 +02:00
jobs:
include:
- stage: deploy
2019-10-18 00:07:10 +02:00
os: linux
dist: xenial
python: "3.8"
env: TYPE="ext"
install:
- echo meow # do not run pip
2019-10-18 00:07:10 +02:00
script:
- bash build-waf.sh
after_script:
- bash scripts/continious_upload.sh waf-ext waf-noext