Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea4f68 commit 4b4d2e7Copy full SHA for 4b4d2e7
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