[gimp/wip/Jehan/Debian-CI] Rename.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/Debian-CI] Rename.
- Date: Thu, 2 Jan 2020 01:17:12 +0000 (UTC)
commit c7a6c42167f6a54c89571a90afec3c621c89c966
Author: Jehan <jehan girinstud io>
Date: Thu Jan 2 01:49:26 2020 +0100
Rename.
.gitlab-ci.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eae6285cc0..a7194d9f85 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ variables:
## GNU/Linux 64-bit CIs ##
-deps-linux:
+deps-debian/testing:
stage: dependencies
cache:
paths:
@@ -63,7 +63,7 @@ deps-linux:
- ninja -C _build
- ninja -C _build install
-.gimp-base:
+.gimp-debian/testing-base:
stage: gimp
dependencies:
- deps-linux
@@ -125,8 +125,8 @@ deps-linux:
- export PATH="${INSTALL_PREFIX}/bin:$PATH"
needs: ["deps-linux"]
-gimp-linux-autotools:
- extends: .gimp-base
+gimp-debian/testing-autotools:
+ extends: .gimp-debian/testing-base
script:
- mkdir _build
- cd _build
@@ -139,8 +139,8 @@ gimp-linux-autotools:
- make -j "$(nproc)"
# - make check
-gimp-linux-meson:
- extends: .gimp-base
+gimp-debian/testing-meson:
+ extends: .gimp-debian/testing-base
script:
- meson _build
--prefix="${INSTALL_PREFIX}"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]