Johannes Kreutz hace 3 años
padre
commit
bbb084b0d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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