File tree Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Original file line number Diff line number Diff line change 24
24
- OPENAFS_DOWNLOAD_PATH_MAC=http://www.openafs.org/dl/openafs/1.6.6/macos-10.9
25
25
- OPENAFS_FILENAME_MAC=OpenAFS-1.6.6-Mavericks.dmg
26
26
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
+
27
68
# possible options:
28
69
# Linux/Mac
29
70
# gcc/clang
@@ -76,9 +117,10 @@ before_script:
76
117
# - if [ $TRAVIS_OS_NAME == osx ]; then source $(brew --prefix root)/libexec/thisroot.sh; fi
77
118
- $CXX --version
78
119
- $CC --version
79
- - cd build
80
120
81
121
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 ..
83
125
- make install
84
126
You can’t perform that action at this time.
0 commit comments