liftinstall/.travis/build.sh

11 lines
169 B
Bash
Raw Normal View History

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