Browse Source

Add cmake

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

+ 1 - 1
.gitlab-ci.yml

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