From 2289c413840b7f12a8f23799bd9c347da16ce8c0 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 8 Mar 2019 16:02:44 +0100 Subject: Travis could not parse the yaml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f91fd11c..9e59ee99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,9 +41,9 @@ addons: # When installing through libcgal-dev apt, CMake Error at CGAL Exports.cmake The imported target "CGAL::CGAL Qt5" references the file install: - - [[ -d ${CGAL_VERSION} ]] || echo "Download https://github.com/CGAL/cgal/releases/download/releases%2F${CGAL_VERSION}/${CGAL_VERSION}.tar.xz" - - [[ -d ${CGAL_VERSION} ]] || curl -LO "https://github.com/CGAL/cgal/releases/download/releases%2F${CGAL_VERSION}/${CGAL_VERSION}.tar.xz" - - [[ -d ${CGAL_VERSION} ]] || tar xf ${CGAL_VERSION}.tar.xz + - [[ -d ${CGAL_VERSION} ]] && echo "Download https://github.com/CGAL/cgal/releases/download/releases%2F${CGAL_VERSION}/${CGAL_VERSION}.tar.xz" + - [[ -d ${CGAL_VERSION} ]] && curl -LO "https://github.com/CGAL/cgal/releases/download/releases%2F${CGAL_VERSION}/${CGAL_VERSION}.tar.xz" + - [[ -d ${CGAL_VERSION} ]] && tar xf ${CGAL_VERSION}.tar.xz - cd ${CGAL_VERSION} - cmake -DCMAKE_BUILD_TYPE=Release -DCGAL_HEADER_ONLY=ON . - make all -- cgit v1.2.3