瀏覽代碼

Update .gitlab-ci.yml file

François D 3 年之前
父節點
當前提交
1c6adbed92
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.gitlab-ci.yml

@@ -8,8 +8,8 @@ build:
   stage: 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
+  before_script:
+    - apt update && apt -y install make autoconf
   script:
     - qmake
     - make