Skip to content

Commit 210fd5a

Browse files
committed
Amalgamate on non-autotools CI
1 parent 9848e64 commit 210fd5a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ install:
5050
build_script:
5151
- ps: |
5252
if ($env:Compiler -eq "mingw") {
53-
mingw32-make -j4 sassc
53+
mingw32-make -j4 sassc AMALGAM=1
5454
} else {
5555
msbuild /m:4 /p:"Configuration=$env:Config;Platform=$env:Platform" sassc\win\sassc.sln
5656
}

script/ci-build-libsass

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ if [ "x$AUTOTOOLS" == "xyes" ]; then
8787

8888
else
8989

90+
MAKE_OPTS="$MAKE_OPTS AMALGAM=1"
91+
9092
make $MAKE_OPTS clean
9193

9294
# Run C++ unit tests

0 commit comments

Comments
 (0)