From b6dca155e0b1ba50d83464a32a65f64730c43ef5 Mon Sep 17 00:00:00 2001 From: RP Singh Date: Sun, 14 Apr 2024 04:13:50 +0000 Subject: [PATCH 1/2] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb690b6f..3a0c614b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ Windows-AMD-Nvidia-GPU: - C:\msys64\usr\bin\bash -lc ' ' - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' - - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -S git mingw-w64-x86_64-gcc make mingw-w64-x86_64-shaderc' + - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -S git mingw-w64-x86_64-gcc make mingw-w64-x86_64-shaderc mingw-w64-x86_64-libpng' - C:\msys64\usr\bin\bash -lc './ci-build.sh' Windows-AMD-GPU: @@ -22,7 +22,7 @@ Windows-AMD-GPU: - C:\msys64\usr\bin\bash -lc ' ' - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' - - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -S git mingw-w64-x86_64-gcc make mingw-w64-x86_64-shaderc' + - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -S git mingw-w64-x86_64-gcc make mingw-w64-x86_64-shaderc mingw-w64-x86_64-libpng' - C:\msys64\usr\bin\bash -lc './ci-build.sh' Windows-Intel-GPU: @@ -35,5 +35,5 @@ Windows-Intel-GPU: - C:\msys64\usr\bin\bash -lc ' ' - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' - - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -S git mingw-w64-x86_64-gcc make mingw-w64-x86_64-shaderc' + - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -S git mingw-w64-x86_64-gcc make mingw-w64-x86_64-shaderc mingw-w64-x86_64-libpng' - C:\msys64\usr\bin\bash -lc './ci-build.sh' \ No newline at end of file From cd0296cf1e0f3c6eb56002b6b7d4ed9f1c302b34 Mon Sep 17 00:00:00 2001 From: RP Singh Date: Sun, 14 Apr 2024 16:14:54 +0000 Subject: [PATCH 2/2] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a0c614b..32242195 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,13 @@ Windows-AMD-Nvidia-GPU: - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -S git mingw-w64-x86_64-gcc make mingw-w64-x86_64-shaderc mingw-w64-x86_64-libpng' - C:\msys64\usr\bin\bash -lc './ci-build.sh' +Linux-AMD-GPU: + tags: + - Linux-AMD-GPU + stage: build + script: + echo "Hello World" + Windows-AMD-GPU: tags: - Windows-AMD-GPU