From 210fd5afbba41c66c2c8f948f8ae1a228c1f63a6 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Fri, 23 Aug 2019 13:04:24 +0100 Subject: [PATCH] Amalgamate on non-autotools CI --- appveyor.yml | 2 +- script/ci-build-libsass | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0473de5ad6..85644670d5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,7 +50,7 @@ install: build_script: - ps: | if ($env:Compiler -eq "mingw") { - mingw32-make -j4 sassc + mingw32-make -j4 sassc AMALGAM=1 } else { msbuild /m:4 /p:"Configuration=$env:Config;Platform=$env:Platform" sassc\win\sassc.sln } diff --git a/script/ci-build-libsass b/script/ci-build-libsass index d4ade4eb73..a48a846ca9 100755 --- a/script/ci-build-libsass +++ b/script/ci-build-libsass @@ -87,6 +87,8 @@ if [ "x$AUTOTOOLS" == "xyes" ]; then else + MAKE_OPTS="$MAKE_OPTS AMALGAM=1" + make $MAKE_OPTS clean # Run C++ unit tests