Skip to content
Snippets Groups Projects
Commit 28ef10d1 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Update .gitlab-ci.yml

parent 8867b2dc
No related branches found
No related tags found
1 merge request!15Move to SQLite imported target and CMake 3.18 for Ubuntu CI
......@@ -41,7 +41,7 @@ variables:
- apt-get update -qq && apt-get install -y -qq git wget unzip build-essential freeglut3-dev libboost-all-dev qt5-default mercurial libeigen3-dev libsqlite3-dev libssl-dev
- wget https://github.com/Kitware/CMake/releases/download/v3.18.4/cmake-3.18.4-Linux-x86_64.sh
- /bin/sh cmake-3.18.4-Linux-x86_64.sh --skip-license --include-subdir
- sudo ln -s $PWD/cmake-3.18.4-Linux-x86_64/bin/cmake /usr/local/bin/cmake
- ln -s $PWD/cmake-3.18.4-Linux-x86_64/bin/cmake /usr/local/bin/cmake
- which cmake
- cmake --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment