mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-01 03:27:31 +03:00
Add missing dependencies for deploying
This commit is contained in:
parent
9cca7eda11
commit
0ab5a17f9f
@ -21,7 +21,7 @@ jobs:
|
|||||||
dist: bionic
|
dist: bionic
|
||||||
before_script:
|
before_script:
|
||||||
- export VERSION=$(grep '^version' Cargo.toml | cut -f2 -d'"')
|
- export VERSION=$(grep '^version' Cargo.toml | cut -f2 -d'"')
|
||||||
- sudo apt install libcurl4-openssl-dev
|
- sudo apt install -y libcurl4-openssl-dev
|
||||||
script:
|
script:
|
||||||
- ci/man.sh
|
- ci/man.sh
|
||||||
- ci/release.sh
|
- ci/release.sh
|
||||||
@ -38,6 +38,7 @@ jobs:
|
|||||||
- stage: "Release"
|
- stage: "Release"
|
||||||
os: osx
|
os: osx
|
||||||
before_script:
|
before_script:
|
||||||
|
- brew install jq
|
||||||
- export VERSION=$(grep '^version' Cargo.toml | cut -f2 -d'"')
|
- export VERSION=$(grep '^version' Cargo.toml | cut -f2 -d'"')
|
||||||
script:
|
script:
|
||||||
- ci/man.sh
|
- ci/man.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user