1
0
mirror of https://github.com/kakwa/uts-server synced 2025-02-10 20:53:28 +01:00

trying to fix the cmake version issue

This commit is contained in:
kakwa 2016-09-07 21:29:18 +02:00
parent a36e06bc09
commit 284b3be90b

View File

@ -17,16 +17,18 @@ before_install:
addons: addons:
apt: apt:
packages: packages:
- cmake - cmake
- time - time
- valgrind - valgrind
- libxml2-utils - libxml2-utils
- libc6-dev - libc6-dev
- gcc - gcc
- g++ - g++
- libssl-dev - libssl-dev
sources:
- kubuntu-backports
language: cpp language: c
compiler: clang compiler: clang