Update .gitlab-ci.yml file
This commit is contained in:
parent
da6f728ef9
commit
14ed629e3c
|
|
@ -0,0 +1,9 @@
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- ./bootstrap
|
||||
- ./configure
|
||||
- make all modules
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue