Change travis build to Ubuntu 16.04, where I tested the build

presentation
Andreas Butti 7 years ago
parent 187fd921e3
commit 626f33cf75
  1. 1
      .travis.yml
  2. 2
      CMakeLists.txt

@ -9,6 +9,7 @@ cache:
- ccache
os: linux
dist: xenial
sudo: false

@ -82,7 +82,7 @@ endif (BUILD_BOOST)
add_includes_ldflags ("${Boost_LIBRARIES}" "${Boost_INCLUDE_DIRS}")
# GTK+
pkg_check_modules (GTK REQUIRED "gtk+-3.0 >= 3.10.8")
pkg_check_modules (GTK REQUIRED "gtk+-3.0 >= 3.18.9")
add_includes_ldflags ("${GTK_LDFLAGS}" "${GTK_INCLUDE_DIRS}")
# GLIB

Loading…
Cancel
Save