Skip to content

Commit

Permalink
Travis CI: Include -list=build-info (CircleCI already got it).
Browse files Browse the repository at this point in the history
  • Loading branch information
magnumripper committed Sep 13, 2018
1 parent 273d8d6 commit 557ad6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ addons:
description: "http://openwall.com/john"
notification_email: john.magnum@hushmail.com
build_command_prepend:
build_command: "cd src && ./configure --enable-werror && make -sj4 && echo -e '[Disabled:Formats]\nRaw-SHA512-free-opencl = Y\nXSHA512-free-opencl = Y' > john-local.conf && ../run/john -test-full=0"
build_command: "cd src && ./configure --enable-werror && make -sj4 && echo -e '[Disabled:Formats]\nRaw-SHA512-free-opencl = Y\nXSHA512-free-opencl = Y' > john-local.conf && ../run/john --list=build-info && ../run/john -test-full=0"
branch_pattern: coverity_scan
2 changes: 2 additions & 0 deletions .travis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ echo 'XSHA512-free-opencl = Y' >> john-local.conf
echo 'gpg-opencl = Y' >> john-local.conf
echo 'KeePass-opencl = Y' >> john-local.conf

../run/john --list=build-info

if test "$1" = "encoding" ; then
do_test_encoding cpu

Expand Down

0 comments on commit 557ad6f

Please sign in to comment.