Skip to content

Commit

Permalink
Amalgamate on non-autotools CI
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Aug 27, 2019
1 parent 9848e64 commit 210fd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 2 additions & 0 deletions script/ci-build-libsass
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ if [ "x$AUTOTOOLS" == "xyes" ]; then

else

MAKE_OPTS="$MAKE_OPTS AMALGAM=1"

make $MAKE_OPTS clean

# Run C++ unit tests
Expand Down

0 comments on commit 210fd5a

Please sign in to comment.