forked from mirrors/Awesome-CV
Added travis config
This commit is contained in:
parent
7e67b01813
commit
9459044ebe
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y texlive-full
|
||||
- mkdir -p ~/.fonts/
|
||||
- cp -rf fonts/* ~/.fonts/
|
||||
- sudo fc-cache -f -v
|
||||
script:
|
||||
- make test
|
Loading…
Reference in a new issue