2020-01-07 13:31:37 +01:00
|
|
|
image: debian
|
|
|
|
|
|
|
|
stages:
|
|
|
|
- test
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- apt update
|
2021-02-23 07:55:28 +01:00
|
|
|
- apt install -y autoconf make gcc pkg-config check
|
2020-01-07 13:31:37 +01:00
|
|
|
|
|
|
|
test:
|
|
|
|
stage: test
|
|
|
|
script:
|
2021-02-23 07:55:28 +01:00
|
|
|
- sh autogen.sh
|
|
|
|
- sh configure
|
2020-01-07 13:31:37 +01:00
|
|
|
- make test
|