summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@users.noreply.github.com>2018-10-29 23:37:21 +0100
committerPierre GRANDIN <pgrandin@users.noreply.github.com>2018-10-29 15:37:21 -0700
commitdf9ec3f5e8703c8894887da3447c3ccbb490c91e (patch)
tree2b4b89410ad3b41ce83ef82eafc5d0519ea5171d /.travis.yml
parent7a5a22c8e6b5cb687011d4302b17a9cfc13db0ca (diff)
downloadnavit-df9ec3f5e8703c8894887da3447c3ccbb490c91e.tar.gz
fix: working sailfish build on circleci using machine executor (#709)
* fix: working sailfish build on circleci using machine executor * remove travis integration as no longer needed for sailfish build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 09919cf68..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-sudo: required
-
-language: c
-
-services:
- - docker
-
-before_install:
-- mkdir ../rpmbuild
-- docker pull hoehnp/sailfishos-platform-sdk:2.2.1.18-r1
-- docker run -e VERSION_ID=2.2.1.18 -v `pwd`:/home/nemo/navit hoehnp/sailfishos-platform-sdk:2.2.1.18-r1 /bin/bash -x /home/nemo/navit/contrib/sailfish/build_sailfish_ci.sh
-
-before_deploy:
- - provider: pages
- - skip-cleanup: true
- - github-token: $GITHUB_TOKEN
- - keep-history: true
- - local-history: `pwd`/../rpmbuild/RPMS/armv7hl/
- - local-history: `pwd`/../rpmbuild/RPMS/i586/
-before_script: skip
-script: skip
-after_success: skip
-after_script: skip