Add newer cmake

This commit is contained in:
Milan Nikolic 2017-01-31 19:46:11 +01:00
parent 46bdc4d993
commit e28ffa6c66

View file

@ -6,9 +6,12 @@ go:
- tip - tip
before_install: before_install:
- sudo apt-get install software-properties-common -y
- sudo add-apt-repository ppa:george-edison55/cmake-3.x -y
- sudo apt-get -qq update - sudo apt-get -qq update
install: install:
- sudo apt-get install cmake -y
- sudo apt-get install libopenal-dev -y - sudo apt-get install libopenal-dev -y
- curl -s -L https://github.com/glfw/glfw/archive/3.2.1.tar.gz | tar -xz - curl -s -L https://github.com/glfw/glfw/archive/3.2.1.tar.gz | tar -xz