Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
hive
beem
Commits
7ca55089
Commit
7ca55089
authored
7 years ago
by
Holger Nahrstaedt
Browse files
Options
Downloads
Patches
Plain Diff
Try to fix travis
parent
6d9ea435
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
util/travis_osx_install.sh
+2
-2
2 additions, 2 deletions
util/travis_osx_install.sh
with
3 additions
and
3 deletions
.travis.yml
+
1
−
1
View file @
7ca55089
...
...
@@ -38,7 +38,7 @@ matrix:
env
:
-
TOXENV=short
-
os
:
osx
osx_image
:
xcode9.
2
osx_image
:
xcode9.
3
language
:
objective-c
env
:
-
TRAVIS_PYTHON_VERSION=3.6
...
...
This diff is collapsed.
Click to expand it.
util/travis_osx_install.sh
+
2
−
2
View file @
7ca55089
#!/bin/bash
brew update
brew
install
ccache
#
brew outdated openssl || brew upgrade openssl
#
brew install openssl@1.1
brew outdated openssl
||
brew upgrade openssl
brew
install
openssl@1.1
export
CFLAGS
=
"-I
$(
brew
--prefix
openssl
)
/include
$CFLAGS
"
export
LDFLAGS
=
"-L
$(
brew
--prefix
openssl
)
/lib
$LDFLAGS
"
...
...
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