mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 10:22:03 -05:00
20 lines
316 B
YAML
20 lines
316 B
YAML
language: cpp
|
|
os:
|
|
- linux
|
|
- osx
|
|
before_install:
|
|
- export STAGE=before_install
|
|
- ./travis.sh
|
|
script:
|
|
- export STAGE=script
|
|
- ./travis.sh
|
|
|
|
compiler:
|
|
- gcc
|
|
dist: xenial
|
|
sudo: required
|
|
|
|
branches:
|
|
except:
|
|
- # Do not build tags that we create when we upload to GitHub Releases
|
|
- /^(?i:continuous)/
|