Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-03-02 12:46:38 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-03-02 12:46:38 +0300
commitfb135ce33427c18331a05b12c183a94bd006383b (patch)
treed613f6aec14cb27ccd05c31cc6e6420db211d050 /.gitlab-ci.yml
parent393d199ea5380b05080b315d677e4cfe185f983f (diff)
Removed raspbian build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0fefedfb6..71297ea6a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,22 +17,22 @@ variables:
before_script:
- mkdir -p .flatpak-builder/cache
-raspbian:test:
- services:
- - docker:dind
- tags:
- - arm
- image: raspbian/stretch
- stage: build
- before_script:
- - apt-get update -qq
-
- script:
- - mkdir $BUILD_FOLDER
- - cmake -B$BUILD_FOLDER -H. $CMAKE_BUILD_OPTIONS
- - make VERBOSE=1 -C $BUILD_FOLDER
- only:
- - web
+#raspbian:test:
+# services:
+# - docker:dind
+# tags:
+# - arm
+# image: raspbian/stretch
+# stage: build
+# before_script:
+# - apt-get update -qq
+#
+# script:
+# - mkdir $BUILD_FOLDER
+# - cmake -B$BUILD_FOLDER -H. $CMAKE_BUILD_OPTIONS
+# - make VERBOSE=1 -C $BUILD_FOLDER
+# only:
+# - web
# TODO: We should create a job for each distro and test the compile correcthly
# but _only_ if triggered at certain conditions (releases, tag, etc)