-
Notifications
You must be signed in to change notification settings - Fork 21
/
.travis.yml
32 lines (31 loc) · 1.04 KB
/
.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
language: generic
sudo: required
dist: bionic
git:
submodules: false
before_install:
- sudo apt-get update -qq
install:
# install a needed perl module
# first install an installer
- sudo PERL_MM_USE_DEFAULT=1 cpan App::cpanminus
# then install the module
- sudo PERL_MM_USE_DEFAULT=1 cpanm String::ShellQuote IPC::System::Simple
# install Ubuntu packages
- sudo add-apt-repository --yes ppa:avsm
- sudo apt-get install --yes --quiet ocaml opam aspcud time libgtk2.0-dev libgtksourceview2.0-dev emacs
# set up opam
- opam init --yes --no-setup
- eval $(opam config env)
- opam install lablgtk camlp5 num --yes
before_script:
- pushd ..
- git clone --no-checkout https://github.com/UniMath/UniMath
- cd UniMath
- git checkout master
- git show
- make PACKAGES="Foundations MoreFoundations Combinatorics Algebra NumberSystems CategoryTheory Topology Ktheory PAdics" install
- export PATH=$PATH:$PWD/sub/coq/bin/
- popd
script:
- make