Grab the CI file from master
This commit is contained in:
parent
f1bd82ff07
commit
1bfc9235b4
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