Skip to content

Commit

Permalink
[Meta]: Added a gitlab-ci file for anyone like me who mirrors to a Gi…
Browse files Browse the repository at this point in the history
…tLab instance

Now gitlab will also build and pack the code automatically if you're into that (and by that I mean GitLab)
  • Loading branch information
ad3154 committed Nov 13, 2022
1 parent a03c32b commit a5eccb1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build-project:
stage : build
script:
- cmake -S . -B build
- cmake --build build
- cd build
- cpack -G DEB
artifacts:
paths:
- ./build/isobus-*-Linux.deb

0 comments on commit a5eccb1

Please sign in to comment.