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 11:52:59 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-03-02 11:52:59 +0300
commit5f7db637d5129cab181f02b5d8add43facfb8a03 (patch)
tree6ba48149ce68e2108f1515a005a883836ddb2012 /.gitlab-ci.yml
parent0df77807d90c0e910cac48ce91896398880d1492 (diff)
Adding ARM
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4e2689d9..cc883ee89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,17 @@ variables:
before_script:
- mkdir -p .flatpak-builder/cache
+raspbian:test:
+ 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
+
# TODO: We should create a job for each distro and test the compile correcthly
# but _only_ if triggered at certain conditions (releases, tag, etc)
# http://docs.gitlab.com/ee/ci/yaml/README.html#only-and-except-simplified