[nautilus] CI: Use a simple stage, we are not that fancy
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] CI: Use a simple stage, we are not that fancy
- Date: Fri, 5 Jan 2018 23:25:01 +0000 (UTC)
commit e7578a2de00cb4f789891b7d385d27cfd794400c
Author: Carlos Soriano <csoriano1618 gmail com>
Date: Fri Jan 5 23:24:38 2018 +0000
CI: Use a simple stage, we are not that fancy
.gitlab-ci.yml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 957418214..41c3a10bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
image: fedora:27
stages:
- - build
- test
before_script:
@@ -11,14 +10,8 @@ before_script:
libxml2-devel tracker-devel desktop-file-utils
libgexiv2-devel
-build:
- stage: build
- script:
- - meson _build .
- cache:
- paths:
- - _build
test:
stage: test
script:
+ - meson _build .
- ninja test -C _build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]