Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rust Openssl
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Repositories
Rust Openssl
Commits
1865dd73
Commit
1865dd73
authored
9 years ago
by
Steven Fackler
Browse files
Options
Downloads
Patches
Plain Diff
Test nightly on travis
parent
fd6454f6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
openssl/test/run.sh
+4
-0
4 additions, 0 deletions
openssl/test/run.sh
with
4 additions
and
0 deletions
openssl/test/run.sh
+
4
−
0
View file @
1865dd73
...
...
@@ -7,6 +7,10 @@ if [ "$TEST_FEATURES" == "true" ]; then
FEATURES
=
"tlsv1_2 tlsv1_1 dtlsv1 dtlsv1_2 sslv2 sslv3 aes_xts aes_ctr npn alpn rfc5114 ecdh_auto pkcs5_pbkdf2_hmac"
fi
if
[
"
$TRAVIS_RUST_VERSION
"
==
"nightly"
]
;
then
FEATURES
=
"
$FEATURES
nightly"
fi
if
[
"
$TRAVIS_OS_NAME
"
!=
"osx"
]
;
then
export
OPENSSL_LIB_DIR
=
$HOME
/openssl/lib
export
OPENSSL_INCLUDE_DIR
=
$HOME
/openssl/include
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment