Skip to content

Commit 5bb53e4

Browse files
committed
Travis CI: Changing cmake flags
1 parent 2c00b5c commit 5bb53e4

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

.travis.yml

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,47 @@ env:
2424
- OPENAFS_DOWNLOAD_PATH_MAC=http://www.openafs.org/dl/openafs/1.6.6/macos-10.9
2525
- OPENAFS_FILENAME_MAC=OpenAFS-1.6.6-Mavericks.dmg
2626

27+
-BUILD_AHCAL=OFF
28+
-BUILD_BIFAHCAL=OFF
29+
-BUILD_TESTING=OFF
30+
-BUILD_WITH_QT4=OFF
31+
-BUILD_allproducer=OFF
32+
-BUILD_altro=OFF
33+
-BUILD_altroUSB=OFF
34+
-BUILD_apixct=OFF
35+
-BUILD_calice=ON
36+
-BUILD_ccpdlf=OFF
37+
-BUILD_clicpix=OFF
38+
-BUILD_cmspixel=OFF
39+
-BUILD_depfet=ON
40+
-BUILD_eudrb=OFF
41+
-BUILD_example=OFF
42+
-BUILD_explorer=ON
43+
-BUILD_fortis=ON
44+
-BUILD_gui=OFF
45+
-BUILD_main=OFF
46+
-BUILD_manual=OFF
47+
-BUILD_mimoroma=ON
48+
-BUILD_mimosa32=ON
49+
-BUILD_miniTLU=OFF
50+
-BUILD_mupix=OFF
51+
-BUILD_mvd=OFF
52+
-BUILD_ni=ON
53+
-BUILD_nreader=OFF
54+
-BUILD_offlinemon=OFF
55+
-BUILD_onlinemon=ON
56+
-BUILD_palpidefs=OFF
57+
-BUILD_palpidess=OFF
58+
-BUILD_pixelmanproducer=OFF
59+
-BUILD_pybar=OFF
60+
-BUILD_python=ON
61+
-BUILD_root=OFF
62+
-BUILD_taki=OFF
63+
-BUILD_timepixdummy=OFF
64+
-BUILD_tlu=ON
65+
-BUILD_usbpix=OFF
66+
67+
2768
# possible options:
2869
# Linux/Mac
2970
# gcc/clang
@@ -76,9 +117,10 @@ before_script:
76117
# - if [ $TRAVIS_OS_NAME == osx ]; then source $(brew --prefix root)/libexec/thisroot.sh; fi
77118
- $CXX --version
78119
- $CC --version
79-
- cd build
80120

81121
script:
82-
- cmake -DBUILD_onlinemon=ON -DBUILD_calice=ON -DBUILD_eudrb=OFF -DBUILD_explorer=ON -DBUILD_depfet=ON -DBUILD_fortis=ON -DBUILD_mimoroma=ON -DBUILD_mimosa32=ON -DBUILD_ni=ON -DBUILD_tlu=ON ..
122+
#- cmake -DBUILD_onlinemon=ON -DBUILD_calice=ON -DBUILD_eudrb=OFF -DBUILD_explorer=ON -DBUILD_depfet=ON -DBUILD_fortis=ON -DBUILD_mimoroma=ON -DBUILD_mimosa32=ON -DBUILD_ni=ON -DBUILD_tlu=ON -DBUILD_python=ON ..
123+
- cd build
124+
- cmake ..
83125
- make install
84126

0 commit comments

Comments
 (0)