[CI] remove Trusty, add hashes

This commit is contained in:
androm3da 2018-02-11 17:50:28 -06:00 committed by GitHub
commit f086d78a3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View file

@ -23,7 +23,7 @@ variables:
- csa_results
script:
- ./ci/build.sh
- ./ci/build-gitlab.sh
Arch Linux:
@ -36,10 +36,11 @@ Arch Linux:
script:
- mkdir -p csa_results/
- scan-build -o csa_results/ ./ci/build.sh
- scan-build -o csa_results/ ./ci/build-gitlab.sh
Ubuntu Linux Trusty:
# Disabled, dependency on newer Qt than avail
.Ubuntu Linux Trusty:
<<: *linux_cfg
stage: build
image: ubuntu:trusty
@ -115,7 +116,7 @@ Ubuntu Linux Xenial:
- osx
script:
- ./ci/build.sh
- ./ci/build-gitlab.sh
# DISABLED for now
.Alpine Linux:
@ -128,5 +129,5 @@ Ubuntu Linux Xenial:
- apk add --update alpine-sdk autoconf automake libtool clang-dev cmake ninja qt5-qtbase-dev qt5-qttools-dev boost-dev ttf-freefont xvfb
script:
- ./ci/build.sh
- ./ci/build-gitlab.sh

View file

@ -74,6 +74,7 @@ run_build() {
cmake --build ${PWD} -- -v
cmake --build ${PWD} -- install -v
cpack -G ${CPACK_TYPE} ${PWD}
sha1sum *.tar* > SHA1SUMS
}
run_build