Add GitLab CI config
This commit is contained in:
parent
a713290deb
commit
9f8ca8c496
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
image: gitlab-registry.grahamedgecombe.com/gpe/icestorm-docker:latest
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- make syntax time stat
|
||||
Loading…
Reference in a new issue