summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@gmx.de>2018-10-05 00:06:00 +0200
committerPatrick Höhn <hoehnp@gmx.de>2018-10-05 00:06:00 +0200
commit0a704f193132de38b4a5d5941592499674c04bda (patch)
tree841653fd843e5a06e58bc625907eef3d43faf9d9
parent60e84cc34266028e7bb74de48808f3d3ff8bfead (diff)
downloadnavit-0a704f193132de38b4a5d5941592499674c04bda.tar.gz
consider both artifacts for sailfish os
ändrad: .circleci/config.yml
-rw-r--r--.circleci/config.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ebfba1d67..8db31c48f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -243,9 +243,11 @@ jobs:
- run:
name: Build for Sailfish_OS
command: |
- export VERSION_ID=2.2.1.18 && cd contrib/sailfish/ && bash build_on_sailfish_sdk.sh
+ export VERSION_ID=2.2.1.18 && cd contrib/sailfish/ && bash build_on_sailfish_sdk.sh && mv /home/nemo/rpmbuild/RPMS/armv
- store_artifacts:
- path: $HOME/rpmbuild/RPMS/armv7hl
+ path: ../rpmbuild/RPMS/armv7hl
+ - store_artifacts:
+ path: ../rpmbuild/RPMS/i586
merge_trunk_in_master:
<<: *defaults
steps: