mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-24 03:01:15 +07:00
modify .travis.yml
This commit is contained in:
parent
9c7a282f07
commit
e4e9127baa
19
.travis.yml
19
.travis.yml
@ -1,2 +1,17 @@
|
||||
language: node_js
|
||||
node_js: stable
|
||||
sudo: required
|
||||
dist: xenial
|
||||
before_install:
|
||||
- unalias cp
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -y install texlive-full
|
||||
- sudo apt-get -y install fonts-roboto # install fonts
|
||||
- wget https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKsc-hinted.zip
|
||||
- unzip NotoSansCJKsc-hinted.zip
|
||||
- cp NotoSansCJKsc-Bold.otf ./CTF-All-In-One/tex/fonts/NotoSansCJKSC/NotoSansCJKsc-Bold.otf
|
||||
- cp NotoSansCJKsc-Regular.otf ./CTF-All-In-One/tex/fonts/NotoSansCJKSC/NotoSansCJKsc-Regular.otf
|
||||
- sudo fc-cache -fv
|
||||
- sudo rm -rf *.otf *.zip
|
||||
|
||||
script:
|
||||
- cd tex
|
||||
- xelatex -output-directory build ./main.tex
|
Loading…
Reference in New Issue
Block a user