mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 05:58:33 +00:00
12 lines
184 B
YAML
12 lines
184 B
YAML
|
language: cpp
|
||
|
compiler:
|
||
|
- gcc
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
before_install:
|
||
|
- sudo apt-get update -qq
|
||
|
- sudo apt-get install -y texlive-full
|
||
|
script:
|
||
|
- make test
|