Skip to content

Commit

Permalink
Trust out tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
layus committed Aug 29, 2018
1 parent 6c5ac7c commit 64f673a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- cmake -DCMAKE_BUILD_TYPE=Release -DMOZART_BOOST_USE_STATIC_LIBS=False -DCMAKE_PROGRAM_PATH=$BIN -DCMAKE_PREFIX_PATH=$PREFIX $SOURCES
- make dist VERBOSE=1
- make VERBOSE=1
- make check || true
- make check
deploy:
provider: releases
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build_script:
- mkdir C:\projects\mozart2\build
- cd C:\projects\mozart2\build
- 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
- make check || true
- make check
- cmake --build . --target installer -- VERBOSE=1

artifacts:
Expand Down

0 comments on commit 64f673a

Please sign in to comment.