liftinstall/.travis/build.sh
2018-01-31 18:32:24 +11:00

11 lines
169 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
export PATH=~/.cargo/bin:$PATH
cargo build