Browse Source

First CI Test

Johannes Kreutz 3 years ago
parent
commit
eda7e835d8
1 changed files with 16 additions and 0 deletions
  1. 16 0
      .gitlab-ci.yml

+ 16 - 0
.gitlab-ci.yml

@@ -0,0 +1,16 @@
+stages:
+  - release
+
+build_release_linux:
+  image: ubuntu:hirsute
+  stage: release
+  script:
+    - ./build-dependencies-first.sh release
+    - mkdir build
+    - cd build
+    - cmake ..
+    - cmake --build . --parallel
+  artifacts:
+    expire_in: 2 weeks
+    paths:
+      - trackpoint-app/build/TrackpointApp