leanshot/.drone.yml
Michael Zhang eaf2385d1c
gtk
2018-05-29 18:38:45 -07:00

12 lines
197 B
YAML

pipeline:
build:
image: rust:1.25.0
commands:
- apt-get update -y && apt-get install -y libgtk-3-dev
- cargo check
- cargo build --release
cache:
mount:
- target