nana master points to nana-demo master

This commit is contained in:
Ariel Vina-Rodriguez 2019-07-30 15:48:14 +02:00 committed by GitHub
parent 38cdf47794
commit d780907258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ matrix:
before_install:
- cd ..
- git clone --depth=1 --branch=develop https://github.com/qPCR4vir/nana-demo.git nana-demo
- git clone --depth=1 --branch=master https://github.com/qPCR4vir/nana-demo.git nana-demo
- 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
- chmod -R +x /tmp/tools