add .gitlab-ci.yml
This commit is contained in:
parent
1beea31afa
commit
97a5102d5c
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
image: debian
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
before_script:
|
||||
- apt update
|
||||
- apt install -y make gcc pkg-config check
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- make test
|
Loading…
Reference in a new issue