CI: Install sassc

In case sassc is installed the build systems will try to regenerate the css
files. This makes sure we test that code path.
This commit is contained in:
Christoph Reiter
2019-03-31 12:35:45 +02:00
parent 7391a078b3
commit 6a37e2d19e
2 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,7 @@ RUN dnf -y install \
python3-wheel \ python3-wheel \
redhat-rpm-config \ redhat-rpm-config \
rest-devel \ rest-devel \
sassc \
vulkan-devel \ vulkan-devel \
wayland-devel \ wayland-devel \
wayland-protocols-devel \ wayland-protocols-devel \

View File

@ -28,7 +28,8 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-shared-mime-info \ mingw-w64-$MSYS2_ARCH-shared-mime-info \
mingw-w64-$MSYS2_ARCH-meson \ mingw-w64-$MSYS2_ARCH-meson \
mingw-w64-$MSYS2_ARCH-ninja \ mingw-w64-$MSYS2_ARCH-ninja \
mingw-w64-$MSYS2_ARCH-gtk-doc mingw-w64-$MSYS2_ARCH-gtk-doc \
mingw-w64-$MSYS2_ARCH-sassc
mkdir -p _ccache mkdir -p _ccache
export CCACHE_BASEDIR="$(pwd)" export CCACHE_BASEDIR="$(pwd)"