forked from richelbilderbeek/travis_cpp_tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
37 lines (29 loc) · 772 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
language: generic
dist: bionic
sudo: true
before_install:
- sudo add-apt-repository -y ppa:lyx-devel/release
- sudo apt-get update -qq
install:
- sudo apt-get install -qq lyx
- sudo apt-get install -qq texlive
#- sudo apt-get install -qq texlive*
#- sudo apt-get install -qq texlive-latex-extra
#- sudo apt-get install -qq texlive-fonts-extra
#- sudo apt-get install -qq pgf
- sudo apt-get install -qq graphviz
- sudo apt-get install -qq qtikz
#- sudo apt-get install -qq tlmgr
#- sudo tlmgr pgf ms
script:
- ./download_other_githubs.sh
# - kpsewhich tkz-graph.sty
# - ./build_pdf.sh
after_script:
# - ls
# - kpsewhich tkz-graph.sty
after_success:
- echo "success"
after_failure:
- echo "failure"
- kpsewhich tkz-graph.sty