blob: 2d6e13b2223ef1a2d0f5db006ba358737b335c86 (
plain)
1
2
3
4
5
6
7
8
9
10
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:
- meson --buildtype=debug build
- ninja -v -C build
|