Add cache to test cs jobs

This commit is contained in:
Paulo Matos 2019-03-13 13:10:06 +01:00
parent 29551644d0
commit e70006b5e5

View File

@ -303,7 +303,11 @@ test:ppc64el:
- apt-get update
script:
- .gitlab/build-test.sh --jobs ${JOBS} --with-arch ${ARCH} --with-debian stretch --with-debian-mirror http://ftp.de.debian.org/debian/ --with-project-path ${CI_PROJECT_DIR} --with-chroot-path /tmp/racket-${ARCH}-${CI_COMMIT_SHORT_SHA}-chroot --enable-cs --with-qemu-path $INSTALL_DIR
cache:
key: qemu-3.1.0
paths:
- $INSTALL_DIR
test:x86_64:cs:
extends: .preparearch:cs
allow_failure: true