Add native x86_64 testing and cross with cs.
This commit is contained in:
parent
0407af0e4d
commit
48c0f528fe
|
@ -184,6 +184,12 @@ test:ubsan:cs:
|
||||||
script:
|
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
|
- .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
|
||||||
|
|
||||||
|
test:x86_64:
|
||||||
|
extends: .preparearch
|
||||||
|
variables:
|
||||||
|
ARCH: "x86_64"
|
||||||
|
JOBS: 6
|
||||||
|
|
||||||
test:arm64:
|
test:arm64:
|
||||||
extends: .preparearch
|
extends: .preparearch
|
||||||
variables:
|
variables:
|
||||||
|
@ -237,3 +243,29 @@ test:ppc64le:
|
||||||
variables:
|
variables:
|
||||||
ARCH: "ppc64le"
|
ARCH: "ppc64le"
|
||||||
JOBS: 6
|
JOBS: 6
|
||||||
|
|
||||||
|
|
||||||
|
.preparearch:cs:
|
||||||
|
image: ubuntu:18.04
|
||||||
|
stage: prepare
|
||||||
|
tags:
|
||||||
|
- x86_64
|
||||||
|
- privileged
|
||||||
|
- linux
|
||||||
|
before_script:
|
||||||
|
- 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
|
||||||
|
|
||||||
|
test:x86_64:cs:
|
||||||
|
extends: .preparearch:cs
|
||||||
|
variables:
|
||||||
|
ARCH: "x86_64"
|
||||||
|
JOBS: 6
|
||||||
|
|
||||||
|
test:i386:cs:
|
||||||
|
extends: .preparearch:cs
|
||||||
|
variables:
|
||||||
|
ARCH: "i386"
|
||||||
|
JOBS: 6
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user