Update .gitlab-ci.yml
This commit is contained in:
parent
5cf0bf38b7
commit
6bfd62f67c
|
|
@ -2,8 +2,8 @@ build:
|
|||
stage: build
|
||||
script:
|
||||
- ./bootstrap
|
||||
- ./configure
|
||||
- ./configure --with-linux-dir=/usr/src/linux
|
||||
- make all modules
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue