summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-06-30 11:30:28 +0200
committerNiels Möller <nisse@lysator.liu.se>2020-06-30 13:56:11 +0200
commit2d694156ca3eb30934d1007529d8b78fe061e289 (patch)
tree1a1bbedb681971fd9a81c91a5b372ffbdd56a5c8 /.gitlab-ci.yml
parentc851ee59fbee822820c3b4327bb79aa7ef5e93fa (diff)
downloadnettle-2d694156ca3eb30934d1007529d8b78fe061e289.tar.gz
gitlab-ci: Add cross tests for big-endian powerpc64.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0923eb6..3fc70b1b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,6 +142,7 @@ Debian.cross.x86:
- apt-get update -q
# remove any previously installed nettle headers to avoid conflicts
- for arch in armhf mips arm64 ppc64el;do apt-get remove -y nettle-dev:$arch;done
+ - if [ "$host" == "powerpc64-linux-gnu" ];then apt-get update && apt-get install -y gcc-$host g++-$host && export QEMU_LD_PREFIX=/usr/$host;fi
- if [ "$host" == "powerpc64le-linux-gnu" ];then apt-get update && apt-get install -y gcc-$host g++-$host && export QEMU_LD_PREFIX=/usr/$host;fi
script:
- build=$(dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -166,5 +167,7 @@ Debian.cross.mips-linux-gnu:
<<: *Debian_cross_template
Debian.cross.aarch64-linux-gnu:
<<: *Debian_cross_template
+Debian.cross.powerpc64-linux-gnu:
+ <<: *Debian_cross_template
Debian.cross.powerpc64le-linux-gnu:
<<: *Debian_cross_template