-
Notifications
You must be signed in to change notification settings - Fork 11
/
.travis.yml
37 lines (34 loc) · 940 Bytes
/
.travis.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
language: c
os: linux
dist: xenial
jobs:
include:
# - os: osx
# script: sh ./build-macos.sh
# compiler: clang
- os: linux
script: dpkg-buildpackage -b -us -uc
compiler: gcc
install:
- sudo apt-get install libgmp-dev
- sudo apt-get install fakeroot
- sudo apt-get install debhelper
- sudo apt-get install texlive-binaries
- sudo apt-get install texlive-latex-base
- sudo apt-get install fig2ps
- sudo apt-get install latex2html
- sudo apt-get install texlive-font-utils
- sudo apt-get install texlive-fonts-extra
# - os: linux
# compiler: clang
# script: dpkg-buildpackage -b -us -uc
# install:
# - sudo apt-get install libgmp-dev
# - sudo apt-get install fakeroot
# - sudo apt-get install debhelper
# whitelist
branches:
only:
- master
- /.*\/staging/
- /.*\/travis/