liftinstall/.travis/build.sh
2018-01-31 18:37:25 +11:00

10 lines
175 B
Bash

#!/usr/bin/env bash
cd /liftinstall
apt update
apt install -y libwebkit2gtk-4.0-dev
curl https://sh.rustup.rs -sSf | sh -s -- -y
export PATH=~/.cargo/bin:$PATH
cargo build