leanshot/.drone.yml

12 lines
197 B
YAML
Raw Normal View History

2018-05-30 01:09:07 +00:00
pipeline:
build:
image: rust:1.25.0
commands:
2018-05-30 01:38:45 +00:00
- apt-get update -y && apt-get install -y libgtk-3-dev
2018-05-30 01:09:07 +00:00
- cargo check
- cargo build --release
2018-05-30 01:38:45 +00:00
cache:
mount:
- target