9 lines
194 B
YAML
9 lines
194 B
YAML
image: gitlab-registry.grahamedgecombe.com/gpe/icestorm-docker:latest
|
|
|
|
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- make YS_ICE40=/usr/share/yosys/ice40/cells_sim.v syntax time stat
|