File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,15 @@ matrix:
70
70
sources : &sources
71
71
- llvm-toolchain-trusty-5.0
72
72
73
+ - env : PLATFORM=Unix COMPILER=clang-5.0 FREETYPE=0
74
+ compiler : clang
75
+ os : linux
76
+ addons :
77
+ apt :
78
+ packages : ['clang-5.0', 'clang++-5.0']
79
+ sources : &sources
80
+ - llvm-toolchain-trusty-5.0
81
+
73
82
- env : PLATFORM=Unix COMPILER=clang-5.0 VALGRIND=1
74
83
compiler : clang
75
84
os : linux
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ if [[ ${PLATFORM} == "Unix" ]]; then
22
22
CMAKE_FLAGS+=' -DCUSTOM_GETTEXT_PATH=/usr/local/opt/gettext'
23
23
fi
24
24
25
+ if [[ -n " ${FREETYPE} " ]] && [[ " ${FREETYPE} " == " 0" ]]; then
26
+ CMAKE_FLAGS+=' -DENABLE_FREETYPE=0'
27
+ fi
28
+
25
29
cmake -DCMAKE_BUILD_TYPE=Debug \
26
30
-DRUN_IN_PLACE=TRUE \
27
31
-DENABLE_GETTEXT=TRUE \
You can’t perform that action at this time.
0 commit comments