blob: 7437fd7adfad555656b669296262c070e3604045 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
variables:
DEPENDENCIES: gettext gettext-devel gcc redhat-rpm-config meson libtool 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
|