Skip to content

Commit

Permalink
Upgraded to cmake 3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Moseley committed Apr 19, 2019
1 parent deec494 commit 17dbc46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .cirrus/Dockerfile.ubuntu16.04

This file was deleted.

7 changes: 6 additions & 1 deletion .cirrus/Dockerfile.ubuntu18.04
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ RUN set -e -x ;\
apt-get -y update ;\
apt-get -y upgrade ;\
apt-get -y install \
build-essential cmake gcc git ninja-build doxygen python3
build-essential autoconf cmake gcc git ninja-build doxygen python3

RUN set -e -x ;\
git clone https://gitlab.kitware.com/cmake/cmake.git ;\
cd cmake && git checkout tags/v3.14.2 ;\
./bootstrap && make && make install ;\

0 comments on commit 17dbc46

Please sign in to comment.