[tracker/wip/carlosg/ci-playground2] squash!
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/ci-playground2] squash!
- Date: Fri, 21 May 2021 10:32:39 +0000 (UTC)
commit 4d78c57c75447cc34145058a45b967a99106a2f8
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri May 21 12:24:53 2021 +0200
squash!
.gitlab-ci.yml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cb98c926..caf09172e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -175,6 +175,7 @@ build-alpine-container@x86_64:
.build-template: &build
stage: build
script:
+ - echo "I'm running on $FDO_DISTRIBUTION_TAG"
- meson . build -Db_lto=true -Db_coverage=true -Dsystemd_user_services=false -Dtests_tap_protocol=true
--prefix /usr
- ninja -C build
artifacts:
@@ -205,7 +206,13 @@ build-fedora@aarch64:
needs:
- build-fedora-container@aarch64
allow_failure: true
- <<: *build
+ stage: build
+ script:
+ - echo "I'm running on $FDO_DISTRIBUTION_TAG"
+ artifacts:
+ expire_in: 1 day
+ paths:
+ - build
build-ubuntu-rolling@x86_64:
extends:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]