forked from michael/leanshot
gtk
This commit is contained in:
parent
c123d0ad21
commit
eaf2385d1c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue