浏览代码

Add some essential stuff to CI build

Johannes Kreutz 3 年之前
父节点
当前提交
77e70d1553
共有 1 个文件被更改,包括 2 次插入0 次删除
  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: