Switch to trusty for CI
This commit is contained in:
parent
a18184753d
commit
2081818e73
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
language: cpp
|
||||
|
||||
compiler:
|
||||
|
@ -8,5 +11,6 @@ before_install:
|
|||
- sudo apt-get install libboost-system-dev libboost-thread-dev
|
||||
|
||||
script:
|
||||
- cmake --version
|
||||
- cmake .
|
||||
- make
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Reference for this file:
|
||||
# https://github.com/forexample/package-example/blob/cf2ea1d6a209fb9eca2ab83fdd0ac15fe4d3e807/Foo/CMakeLists.txt
|
||||
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
project(libcreate)
|
||||
|
||||
set(package_version 1.2.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue