mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2025-06-24 04:05:03 +07:00
暂时不用这个烦人的travis-ci了,等正式开始LaTeX化后再折腾(
This commit is contained in:
17
.travis.yml_failed
Normal file
17
.travis.yml_failed
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user