Skip to content

Commit

Permalink
Disable tests until code is written
Browse files Browse the repository at this point in the history
  • Loading branch information
beldmit committed Oct 27, 2019
1 parent b645750 commit 9ed722f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FreeBSD_task:
- cd build
- cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib -DOPENSSL_ENGINES_DIR=${PREFIX}/engines ..
- make
- make test CTEST_OUTPUT_ON_FAILURE=1
#- make test CTEST_OUTPUT_ON_FAILURE=1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ script:
- cd build
- cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib -DOPENSSL_ENGINES_DIR=${PREFIX}/engines ${ASAN} ..
- if [ ! -z ${COVERITY_SCAN_TOKEN+x} -a "${RUN_COVERITY}" = "1" ]; then curl -s "https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh" | bash || true; else make; fi
- make test CTEST_OUTPUT_ON_FAILURE=1
#- make test CTEST_OUTPUT_ON_FAILURE=1

0 comments on commit 9ed722f

Please sign in to comment.