build-sys: Add gitlab CI job file
This commit is contained in:
parent
3178eb54fc
commit
a7f0f3d7fe
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal file
@ -0,0 +1,16 @@
|
||||
# This file is generated by GitLab CI
|
||||
'':
|
||||
script: []
|
||||
tags:
|
||||
except:
|
||||
- tags
|
||||
Testsuites:
|
||||
script:
|
||||
- "./autogen.sh"
|
||||
- "./configure"
|
||||
- make
|
||||
- make check
|
||||
- make clean
|
||||
tags:
|
||||
except:
|
||||
- tags
|
Loading…
Reference in New Issue
Block a user