projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74acf1c
)
Travis: build tests in BUILDONLY mode
author
Emilia Kasper
<emilia@openssl.org>
Mon, 14 Mar 2016 11:47:47 +0000
(12:47 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 14 Mar 2016 15:38:48 +0000
(16:38 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 1ebe12b92d0265fda77004aeeec2b8ed15ef731c..359a9805d0d2196bbaf05abdcb64e6748a8425f4 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-94,6
+94,8
@@
script:
export EXE_SHELL="wine" WINEPREFIX=`pwd`;
fi;
HARNESS_VERBOSE=yes make test;
+ else
+ make build_tests;
fi
- cd ..