Skip to content

Commit 4f2e0ab

Browse files
committed
Run against sass-spec 3.4 branch
1 parent 66e3409 commit 4f2e0ab

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

appveyor.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,9 @@ build_script:
5656
5757
test_script:
5858
- ps: |
59-
$PRNR = $env:APPVEYOR_PULL_REQUEST_NUMBER
60-
if ($PRNR) {
61-
echo "Fetching info for PR $PRNR"
62-
wget https://api.github.com/repos/sass/libsass/pulls/$PRNR -OutFile pr.json
63-
$json = cat pr.json -Raw
64-
$SPEC_PR = [regex]::match($json,'sass\/sass-spec(#|\/pull\/)([0-9]+)').Groups[2].Value
65-
if ($SPEC_PR) {
66-
echo "Checkout sass spec PR $SPEC_PR"
67-
git -C sass-spec fetch -q -u origin pull/$SPEC_PR/head:ci-spec-pr-$SPEC_PR
68-
git -C sass-spec checkout -q --force ci-spec-pr-$SPEC_PR
69-
}
70-
}
59+
echo "Checkout sass spec PR 3.4"
60+
git -C sass-spec fetch -q -u origin 3.4
61+
git -C sass-spec checkout -q --force 3.4
7162
$env:TargetPath = Join-Path $pwd.Path $env:TargetPath
7263
If (Test-Path "$env:TargetPath") {
7364
ruby sass-spec/sass-spec.rb -V 3.4 --probe-todo --impl libsass -c $env:TargetPath -s sass-spec/spec

0 commit comments

Comments
 (0)