-
-
Notifications
You must be signed in to change notification settings - Fork 368
50 lines (40 loc) · 1.43 KB
/
test2.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
38
39
40
41
42
43
44
45
46
47
48
49
50
name: MacTeX
on:
push:
branches: [ mac ]
pull_request:
branches: [ mac ]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Install MacTeX
run: |
brew cask install basictex
export PATH="/Library/TeX/texbin:$PATH"
sudo tlmgr install l3build \
fontname fontspec xetex \
cjk environ ms trimspaces ulem zhnumber \
fandol tex-gyre xits \
bibunits caption enumitem etoolbox footmisc notoccite pdfpages unicode-math \
booktabs koma-script nomencl ntheorem siunitx xkeyval \
pdflscape \
hologo listings xcolor \
diagbox float fp metalogo multirow pict2e \
latexmk ctex ntheorem newtx fontaxes pdfpages enumitem environ trimspaces\
footmisc varwidth changepage placeins multirow subfigure ccaption splitindex\
xltxtra realscripts siunitx jknapltx algorithm2e ifoddpage relsize\
listings glossaries mfirstuc textcase xfor datatool tracklang pdflscape rsfs\
txfonts xecjk tex-gyre newpx
sudo tlmgr update --self --all --reinstall-forcibly-removed
brew tap homebrew/cask-fonts
brew cask install font-fandol
- name: Test thesis
run: |
export PATH="/Library/TeX/texbin:$PATH"
make thesis
- name: Test doc
run: |
export PATH="/Library/TeX/texbin:$PATH"
make doc