We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9848e64 commit 210fd5aCopy full SHA for 210fd5a
appveyor.yml
@@ -50,7 +50,7 @@ install:
50
build_script:
51
- ps: |
52
if ($env:Compiler -eq "mingw") {
53
- mingw32-make -j4 sassc
+ mingw32-make -j4 sassc AMALGAM=1
54
} else {
55
msbuild /m:4 /p:"Configuration=$env:Config;Platform=$env:Platform" sassc\win\sassc.sln
56
}
script/ci-build-libsass
@@ -87,6 +87,8 @@ if [ "x$AUTOTOOLS" == "xyes" ]; then
87
88
else
89
90
+ MAKE_OPTS="$MAKE_OPTS AMALGAM=1"
91
+
92
make $MAKE_OPTS clean
93
94
# Run C++ unit tests
0 commit comments