mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 03:21:40 +03:00
Add Alpine installation instructions.
This commit is contained in:
parent
97ceb24e8b
commit
0f3a587292
@ -21,6 +21,14 @@ $ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releas
|
||||
$ sudo apt update && sudo apt install ./hurl_4.0.0_amd64.deb
|
||||
```
|
||||
|
||||
#### Alpine
|
||||
|
||||
Hurl is available on `testing` chanel.
|
||||
|
||||
```shell
|
||||
$ apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing hurl
|
||||
```
|
||||
|
||||
#### Arch Linux / Manjaro
|
||||
|
||||
[`hurl-bin` package] for Arch Linux and derived distros is available via [AUR].
|
||||
|
@ -359,7 +359,7 @@ build:
|
||||
- docker:24-dind
|
||||
before_script:
|
||||
# Add Hurl on Alpine (testing channel)
|
||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing hurl
|
||||
- apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing hurl
|
||||
script:
|
||||
- bin/integration.sh http://docker:3000
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user