Skip to content

Commit

Permalink
Use consistent path style
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Nov 5, 2015
1 parent 7969f2d commit 49b8d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ platform:
# specify custom environment variables
environment:
MSVC_DEFAULT_OPTIONS: ON
BOOST_ROOT: "C:\\Libraries\\boost"
BOOST_LIBRARYDIR: "C:\\Libraries\\boost\\lib32-msvc-12.0"
BOOST_ROOT: C:\Libraries\boost
BOOST_LIBRARYDIR: C:\Libraries\boost\lib32-msvc-12.0
BUILD_EXAMPLES: OFF # don't build examples to not exceed allowed build time (40 min)
BUILD_TUTORIALS: OFF # don't build tutorials to not exceed allowed build time (40 min)
matrix:
Expand Down Expand Up @@ -44,7 +44,7 @@ branches:

# scripts that run after cloning repository
install:
- ps: cd "C:\projects\dart\ci"
- ps: cd C:\projects\dart\ci
- ps: .\appveyor_install.ps1

# scripts to run before build
Expand Down

0 comments on commit 49b8d7b

Please sign in to comment.