Browse Source

Add some essential stuff to CI build

Johannes Kreutz 3 năm trước cách đây
mục cha
commit
77e70d1553
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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: