fix Gitlab CI
This commit is contained in:
parent
f1f87f2ce4
commit
129ddafb26
1 changed files with 3 additions and 1 deletions
|
@ -5,9 +5,11 @@ stages:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y make gcc pkg-config check
|
- apt install -y autoconf make gcc pkg-config check
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- sh autogen.sh
|
||||||
|
- sh configure
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Add table
Reference in a new issue