mirror of
https://github.com/pnx/m16vm
synced 2026-06-18 04:00:02 +02:00
Add .gitlab-ci.yml
This commit is contained in:
parent
cf752ab682
commit
3d753e8b09
1 changed files with 8 additions and 0 deletions
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
image: gcc:latest
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
compile:
|
||||||
|
stage: build
|
||||||
|
script: make
|
||||||
Loading…
Add table
Add a link
Reference in a new issue