image: archlinux
packages:
- rustup
- mesa
- glu
- libx11
- glfw-x11
tasks:
- prepare: |
rustup toolchain install stable
cd doppler/
rustup run stable cargo fetch
- build: |
cargo build --release