[nautilus] CI: Add test phase



commit 9662151a0f7b8e2142a6ef2b8a66438fa69be1e6
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Fri Jan 5 22:06:00 2018 +0000

    CI: Add test phase

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index adc5c12ff..3bbe4bd68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ image: fedora:27
 
 stages:
  - build
+ - test
 
 before_script:
   - dnf install -y gcc meson gettext itstool redhat-rpm-config git
@@ -14,3 +15,7 @@ build-nautilus:
   stage: build
   script:
     - meson _build .
+test:
+  stage: test
+  script:
+   - ninja test -C _build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]