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:
c5798e0
)
Travis - the source directory is _srcdist, not _srcdir
author
Richard Levitte
<levitte@openssl.org>
Thu, 10 Mar 2016 00:31:06 +0000
(
01:31
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 10 Mar 2016 00:31:06 +0000
(
01:31
+0100)
Reviewed-by: Stephen Henson <steve@openssl.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 0865817ae3775607e84db76dbf283b3751316aec..332254371f4e1876250e11fe9a09a0a748a6ef8c 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-64,7
+64,7
@@
before_script:
srcdir=.;
cd _srcdist;
else
- srcdir=../_srcdi
r
;
+ srcdir=../_srcdi
st
;
mkdir _build;
cd _build;
if which ccache >/dev/null; then