ghcup/.gitlab-ci.yml

12 lines
413 B
YAML
Raw Normal View History

2019-05-30 04:31:05 +00:00
before_script:
- add-apt-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main" -y
- apt-get update -qq
- apt-get install -y -qq autoconf automake g++ gcc git libgmp-dev libllvm5.0 libtinfo-dev libtool llvm-5.0 llvm-5.0-dev make ncurses-dev python3 realpath xz-utils
# TODO: also run checkbashisms.pl (currently two instances of non-compliance)
test:
script:
- ./.github-ci.sh