From 4c64d5a0eec85b061db1f22762af33b24f190223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20H=C3=B6hn?= Date: Sun, 21 Oct 2018 19:14:43 +0200 Subject: WIP commit to test uploading to github pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ändrad: .travis.yml --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index bcd8f1dbf..35e858c75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ 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 @@ -13,3 +14,10 @@ before_script: skip script: skip after_success: skip after_script: skip +deploy: + provider: pages + skip-cleanup: true + github-token: $GITHUB_TOKEN + keep-history: true + local-history: `pwd`/../rpmbuild/RPMS/armv7hl/ + local-history: `pwd`/../rpmbuild/RPMS/586/ -- cgit v1.2.1