using nana-demo hotfix

This commit is contained in:
qPCR4vir 2019-11-05 21:33:29 +01:00
parent bd70254223
commit 5438b4ee28

View File

@ -44,7 +44,7 @@ matrix:
before_install: before_install:
- cd .. - cd ..
- git clone --depth=1 --branch=master https://github.com/qPCR4vir/nana-demo.git nana-demo - git clone --depth=1 --branch=hotfix https://github.com/qPCR4vir/nana-demo.git nana-demo
- export PATH="$HOME/bin:$PATH" - export PATH="$HOME/bin:$PATH"
- wget --no-check-certificate --no-clobber -O /tmp/tools/cmake https://cmake.org/files/v3.12/cmake-3.12.0-rc3-Linux-x86_64.sh || true - wget --no-check-certificate --no-clobber -O /tmp/tools/cmake https://cmake.org/files/v3.12/cmake-3.12.0-rc3-Linux-x86_64.sh || true
- chmod -R +x /tmp/tools - chmod -R +x /tmp/tools