Skip to content

Commit

Permalink
Fixed environment variables not being expanded in ps script in appvey…
Browse files Browse the repository at this point in the history
…or config
  • Loading branch information
Snaipe committed Sep 6, 2015
1 parent 44452bc commit c0c80d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ install:
}
cmake `
-Wno-dev `
-DCMAKE_INSTALL_PREFIX=criterion-%APPVEYOR_REPO_TAG_NAME% `
-DCMAKE_PREFIX_PATH="%LOCAL_INSTALL%" `
"-DCMAKE_INSTALL_PREFIX=criterion-$env:APPVEYOR_REPO_TAG_NAME" `
"-DCMAKE_PREFIX_PATH=$env:LOCAL_INSTALL" `
-G "$generator" `
..
Expand Down

0 comments on commit c0c80d5

Please sign in to comment.