Add minimal CI file
This commit is contained in:
parent
19407c76ca
commit
cfc9300bd1
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
variables:
|
||||||
|
DEPENDENCIES: gettext gettext-devel gcc redhat-rpm-config automake libtool autoconf autoconf-archive git
|
||||||
|
gtk3-devel yelp-tools
|
||||||
|
|
||||||
|
build_fedora_33:
|
||||||
|
image: fedora:33
|
||||||
|
before_script:
|
||||||
|
- dnf install -y --nogpgcheck $DEPENDENCIES
|
||||||
|
script:
|
||||||
|
- ./autogen.sh
|
||||||
|
- make -j
|
Reference in New Issue
Block a user