1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 20:20:20 +02:00

Add x86-32 tests to default test target

This commit is contained in:
Andy Wingo 2019-04-28 10:48:44 +02:00
parent 59ead16eab
commit eae25f464a

View file

@ -1,9 +1,19 @@
# use the official gcc image, based on debian # use the official gcc image, based on debian
# can use verions as well, like gcc:5.2 # can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/ # see https://hub.docker.com/_/gcc/
image: gcc image: debian
test: before_script:
- dpkg --add-architecture i386
- apt-get update -qq
- apt-get install -y libc6-dev:amd64 libc6-dev:i386 gcc gcc-multilib make
x86-64:
stage: test stage: test
script: script:
- make -C tests check - make -C tests test-native
i686:
stage: test
script:
- make -C tests test-ia32