11 lines
157 B
YAML
11 lines
157 B
YAML
|
before_script:
|
||
|
- apt-get update -y
|
||
|
- apt-get install -y netpbm optipng scons
|
||
|
|
||
|
zip:
|
||
|
script:
|
||
|
- scons zip
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- lexip16.zip
|