ci: update os x preload

* enable testing
* build cups
* enable x11
This commit is contained in:
Bernhard Miklautz
2015-01-27 01:04:53 +01:00
parent 07b9988ddd
commit b1c5d10feb

View File

@@ -1,5 +1,6 @@
message("PRELOADING mac cache")
set (WITH_MANPAGES OFF CACHE BOOL "man pages")
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
set (WITH_CUPS OFF CACHE BOOL "CUPS printing")
set (BUILD_TESTING OFF CACHE BOOL "build testing")
set (WITH_CUPS ON CACHE BOOL "CUPS printing")
set (WITH_X11 ON CACHE BOOL "Enable X11")
set (BUILD_TESTING ON CACHE BOOL "build testing")