Skip to content
Snippets Groups Projects
Commit f5032161 authored by Niels Möller's avatar Niels Möller
Browse files

ci: Add config.log as artifact for cross builds, and minor cleanup.

parent e2500564
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ remote/s390x: ...@@ -168,7 +168,7 @@ remote/s390x:
except: except:
- tags - tags
.cross-build: &cross-build .cross-build:
image: $CI_REGISTRY/$BUILDENV_CROSS_IMAGE image: $CI_REGISTRY/$BUILDENV_CROSS_IMAGE
script: script:
- build=$(dpkg-architecture -qDEB_HOST_GNU_TYPE) - build=$(dpkg-architecture -qDEB_HOST_GNU_TYPE)
...@@ -183,13 +183,20 @@ remote/s390x: ...@@ -183,13 +183,20 @@ remote/s390x:
- ./.bootstrap - ./.bootstrap
- ./configure --disable-documentation $EXTRA_CONFIGURE_ARGS --build=$build --host=$host - ./configure --disable-documentation $EXTRA_CONFIGURE_ARGS --build=$build --host=$host
- make -j$(nproc) - make -j$(nproc)
- NETTLE_TEST_SEED=0 make EMULATOR=${EMULATOR} -j$(nproc) check - make EMULATOR=${EMULATOR} -j$(nproc) check
- NETTLE_TEST_SEED=0 make EMULATOR=${EMULATOR} -j$(nproc) check-fat - make EMULATOR=${EMULATOR} -j$(nproc) check-fat
tags: tags:
- shared - shared
- linux - linux
except: except:
- tags - tags
variables:
NETTLE_TEST_SEED: '0'
artifacts:
expire_in: 1 week
when: always
paths:
- "config.log"
cross/arm-linux-gnueabihf: cross/arm-linux-gnueabihf:
extends: .cross-build extends: .cross-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment