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