[nautilus/csoriano-master-patch-44414] update
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/csoriano-master-patch-44414] update
- Date: Mon, 30 Apr 2018 08:32:56 +0000 (UTC)
commit f14fbfe57bbb67b4f003f9a67063d0242ccd22d7
Author: Carlos Soriano <csoriano1618 gmail com>
Date: Mon Apr 30 08:31:57 2018 +0000
update
.gitlab-ci.yml | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0fb2aa04..d2bc9e92a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,9 @@ stages:
- meson _build .
- cd _build
- ninja test
+variables:
+ REVIEW_JOB_ID: "unknown"
+ REVIEW_JOB_BUNDLE: "unknown"
flatpak:
image: registry.gitlab.gnome.org/gnome/gnome-nightly-oci/nightly:master
@@ -32,6 +35,7 @@ flatpak:
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} org.gnome.NautilusDevel
# Run automatic tests inside the Flatpak env
- xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
+ - export REVIEW_JOB_ID=$CI_JOB_ID
artifacts:
paths:
- ${BUNDLE}
@@ -41,11 +45,12 @@ flatpak:
cache:
paths:
- .flatpak-builder/cache
+review:
+ stage: review
+ script:
environment:
name: review/$CI_BUILD_REF_NAME
- url: $CI_PROJECT_PATH/-/jobs/$CI_JOB_ID/artifacts/raw/${BUNDLE}
- tags:
- - aws
+ url: $CI_PROJECT_PATH/-/jobs/$REVIEW_JOB_ID/artifacts/raw/${BUNDLE}
fedora:rawhide:
image: fedora:rawhide
@@ -89,4 +94,4 @@ opensuse:tumbleweed:
only:
- schedules
- web
- - tags
+ - tags
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]