9 lines
150 B
YAML
9 lines
150 B
YAML
image: gitlab-registry.grahamedgecombe.com/gpe/icestorm-docker:latest
|
|
|
|
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- make syntax time stat
|