Browse Source

Add some essential stuff to CI build

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

+ 2 - 0
.gitlab-ci.yml

@@ -6,6 +6,8 @@ build_release_linux:
   stage: release
   when: manual
   before_script:
+    - apt update && apt install build-essential
+    - cd trackpoint-app
     - ./build-dependencies-first.sh release
     - mkdir build
   script: