gitlab-ci: Fix indentation and dangerous "\" in the last multiline line
authorAndres Gomez <tanty@igalia.com>
Sat, 7 Mar 2020 23:29:02 +0000 (01:29 +0200)
committerAndres Gomez <tanty@igalia.com>
Wed, 11 Mar 2020 14:16:56 +0000 (16:16 +0200)
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
.gitlab-ci/container/x86_build.sh
.gitlab-ci/container/x86_test-gl.sh
.gitlab-ci/container/x86_test-vk.sh

index 9170c84c7a935a2f92785bb6631d72a6b6c4f8ea..51513874c99b977d695e4464b040dde354000bc1 100644 (file)
@@ -118,11 +118,11 @@ apt-get install -y --no-remove \
 
 # for 64bit windows cross-builds
 apt-get install -y --no-remove \
-    libz-mingw-w64-dev \
-    mingw-w64 \
-    wine \
-    wine32 \
-    wine64
+      libz-mingw-w64-dev \
+      mingw-w64 \
+      wine \
+      wine32 \
+      wine64
 
 # Debian's pkg-config wrapers for mingw are broken, and there's no sign that
 # they're going to be fixed, so we'll just have to fix it ourselves
index 6a0a78183e01fc729259df022ca1295d699ef62a..a359c0cf2e6f0f3504469195b69da9b88df025a7 100644 (file)
@@ -6,8 +6,8 @@ set -o xtrace
 export DEBIAN_FRONTEND=noninteractive
 
 apt-get install -y \
-        ca-certificates \
-        gnupg \
+      ca-certificates \
+      gnupg
 
 # Upstream LLVM package repository
 apt-key add .gitlab-ci/container/llvm-snapshot.gpg.key
index 416adece99e2156a13a283338d8f81d1f3caf571..36098c1838412a5a929206e1332b6e50666fdb9b 100644 (file)
@@ -6,8 +6,8 @@ set -o xtrace
 export DEBIAN_FRONTEND=noninteractive
 
 apt-get install -y \
-        ca-certificates \
-        gnupg \
+      ca-certificates \
+      gnupg
 
 # Upstream LLVM package repository
 apt-key add .gitlab-ci/container/llvm-snapshot.gpg.key