Update .gitlab-ci.yml

This commit is contained in:
Florian Pose 2021-04-09 14:39:27 +00:00
parent 6bfd62f67c
commit afc8e74c9f
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
build:
stage: build
before_script:
- apt update
- apt install linux-source
script:
- ./bootstrap
- ./configure --with-linux-dir=/usr/src/linux