ghcup/.travis.yml

32 lines
527 B
YAML
Raw Normal View History

2018-09-29 15:25:54 +00:00
language: bash
# Use container-based infrastructure for quicker build start-up
sudo: false
2018-09-30 11:39:40 +00:00
addons:
apt:
# for building GHC
sources:
- llvm-toolchain-trusty-5.0
packages:
- autoconf
- automake
- g++
- gcc
- git
- libgmp-dev
- libllvm5.0
- libtinfo-dev
- libtool
- llvm-5.0
- llvm-5.0-dev
- make
- ncurses-dev
- python3
2018-10-08 14:58:13 +00:00
- realpath
2018-09-30 11:39:40 +00:00
- xz-utils
2018-09-29 15:25:54 +00:00
# TODO: also run checkbashisms.pl (currently two instances of non-compliance)
script:
2018-09-29 16:02:14 +00:00
- ./.travis.sh