ci: update os x preload
authorBernhard Miklautz <bernhard.miklautz@shacknet.at>
Tue, 27 Jan 2015 00:04:53 +0000 (01:04 +0100)
committerBernhard Miklautz <bernhard.miklautz@shacknet.at>
Tue, 27 Jan 2015 00:07:07 +0000 (01:07 +0100)
* enable testing
* build cups
* enable x11

ci/cmake-preloads/config-macosx.txt

index 9a782bd..78afd26 100644 (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")