Explorar el Código

Printing a message if the installer is already available.

main
offa hace 7 años
padre
commit
4f526411cc
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      script/ci_install.sh

+ 3
- 0
script/ci_install.sh Ver fichero

@@ -17,6 +17,9 @@ then
curl -sSL https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.sh -o ${CMAKE_INSTALLER}
chmod +x ${CMAKE_INSTALLER}
sudo ./install-cmake.sh --prefix=/usr/local --skip-license

else
echo "CMake installer available"
fi

cd ${BUILD_DIR}

Cargando…
Cancelar
Guardar