Skip to content

Commit

Permalink
Add Win64 job to AppVeyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Jan 29, 2017
1 parent f79cc8d commit 62d1536
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ environment:
matrix:
- Compiler: msvc
Config: Release
Platform: Win32
- Compiler: msvc
Config: Debug
Platform: Win32
- Compiler: msvc
Config: Release
Platform: Win64
- Compiler: mingw
Build: static
- Compiler: mingw
Expand Down Expand Up @@ -38,7 +43,7 @@ build_script:
if ($env:Compiler -eq "mingw") {
mingw32-make -j4 sassc
} else {
msbuild /m:4 /p:Configuration=$env:Config sassc\win\sassc.sln
msbuild /m:4 /p:"Configuration=$env:Config;Platform=$env:Platform" sassc\win\sassc.sln
}
# print the branding art
Expand Down Expand Up @@ -84,4 +89,3 @@ test_script:
} else {
echo "Success!"
}

0 comments on commit 62d1536

Please sign in to comment.