Skip to content

Instantly share code, notes, and snippets.

@ycnakajsph
Created October 18, 2021 12:46
Show Gist options
  • Save ycnakajsph/fad7664de2197e29aa374fed2d9a4bbb to your computer and use it in GitHub Desktop.
Save ycnakajsph/fad7664de2197e29aa374fed2d9a4bbb to your computer and use it in GitHub Desktop.
.gitlab-ci.yml
release-project:
stage: release
script:
- mkdir Step7_build
- cd Step7_build
- cmake ../Step7 && cmake --build . && make
- cpack -G DEB
artifacts:
paths:
- ./Step7_build/Tutorial-*-Linux.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment