mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 12:35:39 +01:00
Add OpenSSL dependency to Travis, cache Cargo artifacts
This commit is contained in:
parent
14590b2df6
commit
bff20f30a5
@ -1,4 +1,5 @@
|
||||
os: linux
|
||||
cache: cargo
|
||||
dist: trusty
|
||||
sudo: required
|
||||
services:
|
||||
@ -9,3 +10,4 @@ install:
|
||||
|
||||
script:
|
||||
- docker run -v $(pwd):/liftinstall ubuntu:18.04 /bin/bash -ex /liftinstall/.travis/build.sh
|
||||
- cp -r .cargo/ ~/.cargo/
|
||||
|
@ -2,9 +2,11 @@
|
||||
cd /liftinstall
|
||||
|
||||
apt update
|
||||
apt install -y libwebkit2gtk-4.0-dev
|
||||
apt install -y libwebkit2gtk-4.0-dev libssl-dev
|
||||
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
export PATH=~/.cargo/bin:$PATH
|
||||
|
||||
cargo build
|
||||
|
||||
cp -r ~/.cargo/ ./.cargo/
|
Loading…
Reference in New Issue
Block a user