mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Install curl through addons on Travis CI
This commit is contained in:
parent
c00d7d16a6
commit
be08ccfd13
1 changed files with 4 additions and 2 deletions
|
@ -10,6 +10,10 @@ stages:
|
||||||
# TODO: use this configuration instead to only build version tags
|
# TODO: use this configuration instead to only build version tags
|
||||||
# - name: release
|
# - name: release
|
||||||
# if: tag =~ ^v(\d+\.)*\d+$
|
# if: tag =~ ^v(\d+\.)*\d+$
|
||||||
|
addons:
|
||||||
|
homebrew:
|
||||||
|
packages:
|
||||||
|
- curl
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
@ -18,8 +22,6 @@ jobs:
|
||||||
os: osx
|
os: osx
|
||||||
env: RUST_TARGET=x86_64-apple-darwin
|
env: RUST_TARGET=x86_64-apple-darwin
|
||||||
cache: cargo
|
cache: cargo
|
||||||
install:
|
|
||||||
- brew install curl
|
|
||||||
script:
|
script:
|
||||||
# TODO: remove after debugging
|
# TODO: remove after debugging
|
||||||
- export TRAVIS_TAG=v0.2.18
|
- export TRAVIS_TAG=v0.2.18
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue