浏览代码

Update .gitlab-ci.yml file

François D 3 年之前
父节点
当前提交
caaa401cfd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -9,7 +9,7 @@ build:
   # instead of calling g++ directly you can also use some build toolkit like make
   # install the necessary build tools when needed
   before_script:
-    - apt update && apt -y install make autoconf
+    - apt update && apt -y install make autoconf qt5-default qt5-qmake
   script:
     - qmake
     - make