[gtk/gtk-3-24] CI/msys2: Don't install sassc to skip CSS generation and make job errors fatal again
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24] CI/msys2: Don't install sassc to skip CSS generation and make job errors fatal again
- Date: Fri, 22 Nov 2019 17:50:32 +0000 (UTC)
commit 4d34e1cfec30bf2f7e7438e63b4c1a04a693759f
Author: Christoph Reiter <reiter christoph gmail com>
Date: Fri Nov 22 18:22:30 2019 +0100
CI/msys2: Don't install sassc to skip CSS generation and make job errors fatal again
Once #2237 is fixed we can install sassc again, until then use the in-tree CSS.
.gitlab-ci.yml | 2 --
.gitlab-ci/test-msys2-meson.sh | 3 +--
2 files changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7475b1b0ad..318a0751cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,6 @@ msys2-mingw32-meson:
script:
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2-meson.sh"
- allow_failure: true
artifacts:
when: always
name: "gtk3-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
@@ -64,4 +63,3 @@ msys2-mingw32-autotools:
script:
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2-autotools.sh"
- allow_failure: true
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh
index 6116411dd5..598e9bd414 100644
--- a/.gitlab-ci/test-msys2-meson.sh
+++ b/.gitlab-ci/test-msys2-meson.sh
@@ -28,8 +28,7 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-shared-mime-info \
mingw-w64-$MSYS2_ARCH-meson \
mingw-w64-$MSYS2_ARCH-ninja \
- mingw-w64-$MSYS2_ARCH-gtk-doc \
- mingw-w64-$MSYS2_ARCH-sassc
+ mingw-w64-$MSYS2_ARCH-gtk-doc
mkdir -p _ccache
export CCACHE_BASEDIR="$(pwd)"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]