Skip to content

Commit b7b4a5f

Browse files
committed
Run C++ unit tests on AppVeyor
Previously, these only ran on Travis.
1 parent bfa4472 commit b7b4a5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ test_script:
6969
git -C sass-spec checkout -q --force ci-spec-pr-$SPEC_PR
7070
}
7171
}
72+
Write-Host "Running libsass unit tests via mingw32-make..."
73+
mingw32-make -C test test
7274
$env:TargetPath = Join-Path $pwd.Path $env:TargetPath
7375
If (Test-Path "$env:TargetPath") {
7476
ruby sass-spec/sass-spec.rb --probe-todo --impl libsass -c $env:TargetPath -s sass-spec/spec

0 commit comments

Comments
 (0)