[gnome-themes-extra/gitlab-ci] CI: Remove make distcheck, cleanup



commit b1a2ef34d46c395a656e74bf3df0d660a41879fb
Author: Juraj Fiala <jurf riseup net>
Date:   Fri Mar 2 12:16:34 2018 +0000

    CI: Remove make distcheck, cleanup

 .gitlab-ci.yml | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b719bd0..27709442 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,3 @@
-# This file is a template, and might need editing before it works on your project.
 # use the official gcc image, based on debian
 # can use verions as well, like gcc:5.2
 # see https://hub.docker.com/_/gcc/
@@ -6,25 +5,9 @@ image: gcc
 
 build:
   stage: build
-  # instead of calling g++ directly you can also use some build toolkit like make
-  # install the necessary build tools when needed
   before_script: 
     - apt update && apt -y --no-install-recommends install make autoconf gnome-common libgtk2.0-dev
   script: 
     - ./autogen.sh --disable-gtk3-engine
     - make
-    - make install
-    - make distcheck
-  #artifacts:
-  #  paths:
-  #    - mybinary
-  # depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
-  # cache:
-  #   paths:
-  #     - "*.o"
-
-# run tests using the binary built before
-#test:
-#  stage: test
-#  script:
-#    - ./runmytests.sh
+    - make install
\ No newline at end of file


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