Add gitlab CI
This commit is contained in:
parent
693353b8f1
commit
16a74d6a92
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
||||
before_script:
|
||||
- apt-get update -y
|
||||
- apt-get install -y netpbm optipng scons
|
||||
|
||||
zip:
|
||||
script:
|
||||
- scons zip
|
||||
artifacts:
|
||||
paths:
|
||||
- lexip16.zip
|
Loading…
x
Reference in New Issue
Block a user