소스 검색

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