First attempt of github ci

This commit is contained in:
2019-05-30 12:31:05 +08:00
parent bcdff68d54
commit 931576b903
2 changed files with 82 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,11 @@
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