Added installation of cmake

This commit is contained in:
2020-02-01 16:54:47 +00:00
parent 7934b8cd9a
commit 2ba5235e11
+1
View File
@@ -5,6 +5,7 @@ pipelines:
default:
- step:
script:
- apt-get -qq update && apt-get -y -qq install cmake
- mkdir build; cd build
- cmake ..
- make