1
0
Fork 0
VideoPlayer/.travis.yml

23 lines
425 B
YAML
Raw Normal View History

2018-10-23 15:42:44 +01:00
matrix:
include:
- env: PLATFORM='linux64'
os: linux
dist: xenial
sudo: required
compiler: clang
language: cpp
cache:
ccache: true
directories:
- $HOME/.ccache
- $HOME/.cache/apt
2018-10-13 15:38:31 +01:00
script:
2018-10-23 15:42:44 +01:00
- bash scripts/ci-${PLATFORM}.sh
2018-10-13 15:38:31 +01:00
branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)/