Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ETS OpenSSL
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
CYBER - Cyber Security
TS 103 523 MSP
ETS
ETS OpenSSL
Commits
d227a302
Commit
d227a302
authored
8 years ago
by
Richard Levitte
Browse files
Options
Downloads
Patches
Plain Diff
Try 'make install' with one of the Travis configurations
Reviewed-by:
Matt Caswell
<
matt@openssl.org
>
parent
ea96ad5a
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+5
-1
5 additions, 1 deletion
.travis.yml
with
5 additions
and
1 deletion
.travis.yml
+
5
−
1
View file @
d227a302
...
...
@@ -23,7 +23,7 @@ compiler:
-
gcc
env
:
-
CONFIG_OPTS=""
-
CONFIG_OPTS=""
DESTDIR="_install"
-
CONFIG_OPTS="--debug no-shared enable-crypto-mdebug enable-rc5 enable-md2"
-
CONFIG_OPTS="--strict-warnings no-shared" BUILDONLY="yes"
-
CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="yes"
...
...
@@ -85,6 +85,10 @@ script:
else
make build_tests;
fi
-
if [ -n "$DESTDIR" ]; then
mkdir "../$DESTDIR";
make install DESTDIR="../$DESTDIR";
fi
-
cd ..
notifications
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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