-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (29 loc) · 1.07 KB
/
.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
#language: cpp
#os:
#- linux
#compiler:
#- true
#before_install:
#- git -c .travis/gitconfig checkout master
#- openssl aes-256-cbc -K $encrypted_120d59ab54fb_key -iv $encrypted_120d59ab54fb_iv -in .travis/id_rsa.enc -out .travis/id_rsa -d || true
#- chmod 0600 .travis/id_rsa || true
#install:
#- sudo apt-get update -qq
#- sudo apt-get install doxygen
#- sudo apt-get install graphviz
#script:
#- git -c .travis/gitconfig submodule init
#- git -c .travis/gitconfig submodule update
#- cd OpenTechBFG
#- doxygen Doxyfile
#after_success:
#- rm -rf OpenTechBFG/OpenTechBFG
#- git -c .travis/gitconfig config --global user.email "[email protected]"
#- git -c .travis/gitconfig config --global user.name "Motoko Kusanagi"
#- git -c .travis/gitconfig remote add kortemik [email protected]:kortemik/Doxygen.git
#- git -c .travis/gitconfig add OpenTechBFG/docs > /dev/null
#- git -c .travis/gitconfig commit -m "[ci skip] Generated default branch on $(date +%s)"
#- ( eval $(ssh-agent) && ssh-add .travis/id_rsa ) || true
#- git -c .travis/gitconfig push kortemik master || true
#after_failure:
#- true