Преглед на файлове

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