Update .gitlab-ci.yml
This commit is contained in:
parent
48bd7c2c43
commit
c8e045809b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ build:
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt update && apt install build-essential
|
- apt update && apt install -y build-essential
|
||||||
- make all
|
- make all
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue