-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (30 loc) · 707 Bytes
/
.travis.yml
File metadata and controls
35 lines (30 loc) · 707 Bytes
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
# This will run on Travis' 'new' container-based infrastructure
sudo: false
# Blacklist
branches:
except:
- gh-pages
# Environment variables
env:
global:
- GH_REPO_NAME: TurboWavelets.Net
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
- GH_REPO_REF: github.com/codeprof/TurboWavelets.Net.git
# Install dependencies
addons:
apt:
packages:
- doxygen
- doxygen-doc
- doxygen-latex
- doxygen-gui
- graphviz
# Build your code e.g. by calling make
script:
- echo "no build done here..."
# Generate and deploy documentation
after_success:
- cd $TRAVIS_BUILD_DIR
- pwd
- chmod +x generateDocumentationAndDeploy.sh
- ./generateDocumentationAndDeploy.sh