Commit 366a58a4 authored by Gert Wollny's avatar Gert Wollny
Browse files

Add .gitlab-ci.yml

parent 3713159e
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+10 −0
Original line number Diff line number Diff line
image: gcc

build:
  stage: build
  
  before_script:
    - apt update
    - mk-build-dep --install debian/control 
  script: 
    - dpkg-buildpackage -uc -us
 No newline at end of file