This commit is contained in:
Michael Zhang 2018-05-29 18:38:45 -07:00
parent c123d0ad21
commit eaf2385d1c
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -2,5 +2,10 @@ 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