Pass arguments properly
This commit is contained in:
parent
31f0667695
commit
9148649030
|
@ -211,7 +211,7 @@ prepare-cache:qemu:
|
|||
- export PATH=$INSTALL_DIR/bin:$PATH
|
||||
- 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 --with-qemu-path=$INSTALL_DIR
|
||||
- .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 --with-qemu-path $INSTALL_DIR
|
||||
cache:
|
||||
key: qemu-3.1.0
|
||||
policy: pull
|
||||
|
@ -301,7 +301,7 @@ test:ppc64el:
|
|||
- export PATH=$INSTALL_DIR:$PATH
|
||||
- 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
|
||||
- .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
|
||||
|
||||
test:x86_64:cs:
|
||||
extends: .preparearch:cs
|
||||
|
|
|
@ -30,6 +30,7 @@ function usage () {
|
|||
echo " [--enable-cs]"
|
||||
echo " [--with-project-path <project-path>]"
|
||||
echo " [--with-chroot-path <chroot-path>]"
|
||||
echo " [--with-qemu-path <qemu-path>]"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user