blob: 331536f029944fde22952d2dc890ba29e927ed5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
os: linux
sudo: required
dist: trusty
before_script:
- uname -a
- lsb_release -a
- sudo apt-get update
- ./install.latex.ubuntu.sh
- ./install.multimarkdown.sh
- sudo apt-get -y install pandoc
script:
- make pdf
- make epub
after_script:
- echo "===================================================================="
- ls -lah fsfs-zh.*
|