liftinstall/.travis/build.sh

11 lines
186 B
Bash
Raw Normal View History

2018-01-31 07:40:51 +01:00
#!/usr/bin/env bash
cd /liftinstall
2018-01-31 08:32:24 +01:00
apt update
apt install -y libwebkit2gtk-4.0-dev libssl-dev
2018-01-31 07:40:51 +01:00
2018-01-31 08:37:25 +01:00
curl https://sh.rustup.rs -sSf | sh -s -- -y
2018-01-31 07:40:51 +01:00
export PATH=~/.cargo/bin:$PATH
cargo build