the-libs/.travis.yml

21 lines
316 B
YAML
Raw Permalink Normal View History

2018-06-01 01:32:06 -04:00
language: cpp
2018-07-26 02:44:29 -04:00
os:
- linux
- osx
2018-06-01 01:32:06 -04:00
before_install:
2018-07-26 02:44:29 -04:00
- export STAGE=before_install
- ./travis.sh
2018-06-01 01:32:06 -04:00
script:
2018-07-26 02:44:29 -04:00
- export STAGE=script
- ./travis.sh
2018-06-01 01:32:06 -04:00
compiler:
- gcc
2018-06-01 01:50:36 -04:00
dist: xenial
2018-07-26 02:44:29 -04:00
sudo: required
branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)/