summaryrefslogtreecommitdiff
path: root/ci/build_project.yml
blob: 345a59acec0f1a6303dda9700d7681b36b565d94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: xfce/xfce-build:latest
    
stages:
  - build

build-distcheck:
  stage: build
  script:
    - ./autogen.sh
    - make distcheck
  except:
    changes:
      - "po/*.po"