Skip to content

Commit

Permalink
Install carthage with netrc support
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrex authored and 1ec5 committed Jun 23, 2020
1 parent 3db6f61 commit 986d984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ step-library:
run:
name: Prepare
command: |
if [ $(carthage outdated | grep -cF "latest Carthage version") -eq 0 ]; then brew update && brew upgrade carthage || true; fi
echo "foo" > ~/.mapbox
brew unlink carthage
brew install carthage --HEAD
echo "machine dl.bintray.com" > ~/.netrc
echo "login $BINTRAY_LOGIN" >> ~/.netrc
echo "password $BINTRAY_API_KEY" >> ~/.netrc
Expand Down

0 comments on commit 986d984

Please sign in to comment.