File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
- cmake -DCMAKE_BUILD_TYPE=Release -DMOZART_BOOST_USE_STATIC_LIBS=False -DCMAKE_PROGRAM_PATH=$BIN -DCMAKE_PREFIX_PATH=$PREFIX $SOURCES
40
40
- make dist VERBOSE=1
41
41
- make VERBOSE=1
42
- - make check || true
42
+ - make check
43
43
deploy :
44
44
provider : releases
45
45
skip_cleanup : true
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ build_script:
45
45
- mkdir C:\projects\mozart2\build
46
46
- cd C:\projects\mozart2\build
47
47
- cmake -DCMAKE_BUILD_TYPE=Release -G"MSYS Makefiles" -DCMAKE_PREFIX_PATH=C:/tcltk -DBOOST_ROOT="%BOOST_ROOT%" -DISS_INCLUDE_TCL=ON -DISS_INCLUDE_EMACS=ON C:\projects\mozart2
48
- - make check || true
48
+ - make check
49
49
- cmake --build . --target installer -- VERBOSE=1
50
50
51
51
artifacts :
You can’t perform that action at this time.
0 commit comments