Skip to content

Commit

Permalink
Merge pull request #944 from am11/master
Browse files Browse the repository at this point in the history
CI: Removes MinGW from cache
  • Loading branch information
xzyfer committed Mar 17, 2015
2 parents dea27e5 + 76b5ef7 commit 4217540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ libsass/*
*.so
*.dll
*.a
*.suo
*.sdf
*.opensdf
a.out
libsass.js
tester
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ environment:
ruby_version: "21-x64"

cache:
- C:\mingw64
- C:\Ruby%ruby_version%\lib\ruby\gems

install:
Expand Down Expand Up @@ -64,7 +63,7 @@ test_script:
ruby sass-spec\sass-spec.rb -c sassc\bin\sassc.exe -s --ignore-todo sass-spec/spec
} else {
if ($env:Config -eq "Debug") {
echo test runner in debug mode build via msvc will throw debug assertions
echo "test runner in debug mode build via msvc will throw debug assertions"
echo ruby sass-spec\sass-spec.rb -c win\bin\Debug\sassc.exe -s --ignore-todo sass-spec/spec
} else {
ruby sass-spec\sass-spec.rb -c win\bin\sassc.exe -s --ignore-todo sass-spec/spec
Expand Down

0 comments on commit 4217540

Please sign in to comment.