Added pkg-config to ci
This commit is contained in:
parent
17125a1874
commit
e6d92f6758
|
@ -12,7 +12,7 @@ test:
|
||||||
- mkdir dist
|
- mkdir dist
|
||||||
- touch dist/index.html
|
- touch dist/index.html
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install libssl-dev
|
- apt-get -y install libssl-dev pkg-config
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
build:bin:
|
build:bin:
|
||||||
|
@ -28,7 +28,7 @@ build:bin:
|
||||||
- linux
|
- linux
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install nodejs npm libssl-dev
|
- apt-get -y install nodejs npm libssl-dev pkg-config
|
||||||
- wget https://github.com/mozilla/sccache/releases/download/v0.2.15/sccache-v0.2.15-x86_64-unknown-linux-musl.tar.gz
|
- wget https://github.com/mozilla/sccache/releases/download/v0.2.15/sccache-v0.2.15-x86_64-unknown-linux-musl.tar.gz
|
||||||
- tar xzf sccache-v0.2.15-x86_64-unknown-linux-musl.tar.gz
|
- tar xzf sccache-v0.2.15-x86_64-unknown-linux-musl.tar.gz
|
||||||
- mv sccache-v0.2.15-x86_64-unknown-linux-musl/sccache /usr/local/bin/sccache
|
- mv sccache-v0.2.15-x86_64-unknown-linux-musl/sccache /usr/local/bin/sccache
|
||||||
|
|
Loading…
Reference in New Issue