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 bfa4472 commit b7b4a5fCopy full SHA for b7b4a5f
appveyor.yml
@@ -69,6 +69,8 @@ test_script:
69
git -C sass-spec checkout -q --force ci-spec-pr-$SPEC_PR
70
}
71
72
+ Write-Host "Running libsass unit tests via mingw32-make..."
73
+ mingw32-make -C test test
74
$env:TargetPath = Join-Path $pwd.Path $env:TargetPath
75
If (Test-Path "$env:TargetPath") {
76
ruby sass-spec/sass-spec.rb --probe-todo --impl libsass -c $env:TargetPath -s sass-spec/spec
0 commit comments