Quellcode durchsuchen

Update .gitlab-ci.yml file

François D vor 3 Jahren
Ursprung
Commit
1c6adbed92
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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