forked from Gaius-Augustus/Augustus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
42 lines (35 loc) · 784 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
language: generic
matrix:
include:
- os: linux
dist: xenial
sudo: required
- os: linux
dist: trusty
sudo: required
sudo: required
addons:
apt:
packages:
- doxygen
- doxygen-doc
- doxygen-latex
- doxygen-gui
- graphviz
services:
- docker
before_install:
- printenv | grep -E '^TRAVIS_' > .env
script:
- docker build -f Dockerfile -t augustus .
- docker build -f Dockerfile-cgp-file -t augustus-cgp-file .
- docker build -f Dockerfile-cgp-mysql -t augustus-cgp-mysql .
- docker build -f Dockerfile-cgp-sqlite -t augustus-cgp-sqlite .
- doxygen doxygen.conf
deploy:
provider: pages
skip-cleanup: true
local-dir: $TRAVIS_BUILD_DIR/doxygen/html
github-token: $GITHUB_API_KEY
on:
branch: master