forked from UniMath/TypeTheory
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
25 lines (23 loc) · 745 Bytes
/
.travis.yml
File metadata and controls
25 lines (23 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: generic
sudo: required
dist: trusty
git:
submodules: false
before_install:
- sudo apt-get update -qq
install:
- sudo add-apt-repository -y ppa:avsm
- sudo apt-get update
- sudo apt-get install -y opam aspcud time libgtk2.0-dev libgtksourceview2.0-dev emacs
- opam init --yes --no-setup
- eval $(opam config env)
- opam install lablgtk camlp5 num --yes --verbose
before_script:
- WPATH=$PWD
- cd ..
- git clone https://github.com/UniMath/UniMath
- cd UniMath && git show && make PACKAGES="Foundations MoreFoundations Combinatorics Algebra NumberSystems CategoryTheory Topology Ktheory PAdics" install
- export PATH=$PATH:$PWD/sub/coq/bin/
- cd $WPATH
script:
- make