summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@gmx.de>2018-10-18 23:29:22 +0200
committerPatrick Höhn <hoehnp@gmx.de>2018-10-18 23:29:22 +0200
commit1ba2f08322ea6b984ceb7e5781b4f915e048beaa (patch)
treed3726ea488539eae233be60f35db19501c18eb0f
parentae32a0df2441dcd856fa93bae1b5413e58948e3e (diff)
downloadnavit-1ba2f08322ea6b984ceb7e5781b4f915e048beaa.tar.gz
removed sailfish build from circleci as it works now on travis
ändrad: .circleci/config.yml
-rw-r--r--.circleci/config.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 013c2bfce..dde606b25 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -222,28 +222,6 @@ jobs:
name: Update Navit-Download-Center
command: |
bash scripts/update_download_center.sh
- build_sailfish:
- <<: *defaults
- docker:
- - image: hoehnp/sailfishos-platform-sdk:2.2.1.18-r1
- enviroment:
- DBUS_SESSION_BUS_ADDRESS: /dev/null
- steps:
- - checkout
- - run:
- name: Make build directory
- command: |
- mkdir $HOME/rpmbuild
- - run:
- name: Build for Sailfish_OS
- shell: /bin/bash
- no_output_timeout: 2h
- command: |
- env && cd contrib/sailfish/ && export VERSION_ID=2.2.1.18 && bash -x build_sailfish_ci.sh
- - store_artifacts:
- path: /home/nemo/rpmbuild/RPMS/armv7hl/
- - store_artifacts:
- path: /home/nemo/rpmbuild/RPMS/i586/
merge_trunk_in_master:
<<: *defaults
steps:
@@ -280,9 +258,6 @@ workflows:
- build_tomtom_minimal:
requires:
- sanity_check
- - build_sailfish:
- requires:
- - sanity_check
- build_tomtom_plugin:
requires:
- sanity_check
@@ -294,7 +269,6 @@ workflows:
- build_wince
- build_tomtom_minimal
- build_tomtom_plugin
- - build_sailfish
filters:
branches:
only: /^trunk$/
@@ -305,7 +279,6 @@ workflows:
- build_win32
- build_wince
- build_tomtom_minimal
- - build_sailfish
- build_tomtom_plugin
filters:
branches: