Commit 1e689bcb authored by Gert Wollny's avatar Gert Wollny
Browse files

Add gitlab ci

parent 7bd95369
Loading
Loading
Loading
Loading

debian/.gitlab-ci.yml

0 → 100644
+11 −0
Original line number Diff line number Diff line
image: debian:sid

build:
  stage: build
  
  before_script:
    - apt update && apt -y install devscripts git-buildpackage
    - mk-build-deps --tool "apt -y -o Debug::pkgProblemResolver=yes --no-install-recommends" --install -r debian/control 
  script: 
    - echo "Ignore branch because CI moves to some commit"     
    - gbp buildpackage -uc -us --git-ignore-branch