• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1image: registry.gitlab.gnome.org/gnome/libsoup/master:v3
2
3.build:
4  tags:
5    # We need runners supporting IPv6:
6    # https://gitlab.gnome.org/Infrastructure/GitLab/issues/313
7    - ipv6
8
9fedora-meson-x86_64:
10  extends: .build
11  script:
12    - meson _build -Dauto_features=enabled
13    - ninja -C _build
14    - ninja -C _build test
15  artifacts:
16    paths:
17      - "_build/meson-logs"
18    when: on_failure
19