mirror of
https://github.com/Syfaro/bkapi.git
synced 2024-11-05 14:44:29 +00:00
Install build dependencies.
This commit is contained in:
parent
9f13ce1939
commit
60e3649d8e
@ -19,6 +19,9 @@ build:
|
|||||||
paths:
|
paths:
|
||||||
- target/
|
- target/
|
||||||
- .cargo/
|
- .cargo/
|
||||||
|
before_script:
|
||||||
|
- apt-get update -y
|
||||||
|
- apt-get install -y libssl-dev pkg-config
|
||||||
script:
|
script:
|
||||||
- cargo build --release --verbose
|
- cargo build --release --verbose
|
||||||
- mv ./target/release/bkapi ./bkapi
|
- mv ./target/release/bkapi ./bkapi
|
||||||
|
Loading…
Reference in New Issue
Block a user