Install build dependencies.

This commit is contained in:
Syfaro 2021-07-27 22:28:44 -04:00
parent 9f13ce1939
commit 60e3649d8e

View File

@ -19,6 +19,9 @@ build:
paths:
- target/
- .cargo/
before_script:
- apt-get update -y
- apt-get install -y libssl-dev pkg-config
script:
- cargo build --release --verbose
- mv ./target/release/bkapi ./bkapi