Skip to content

Instantly share code, notes, and snippets.

@formorer
Last active May 18, 2018 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save formorer/cd32cfbdf5932caad052ca4d14a35efa to your computer and use it in GitHub Desktop.
Save formorer/cd32cfbdf5932caad052ca4d14a35efa to your computer and use it in GitHub Desktop.
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:
- git checkout master
- git pull
- gbp buildpackage -uc -us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment