Fixed environment variables not being expanded in ps script in appveyor config
This commit is contained in:
parent
44452bc466
commit
c0c80d5888
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ install:
|
||||||
}
|
}
|
||||||
cmake `
|
cmake `
|
||||||
-Wno-dev `
|
-Wno-dev `
|
||||||
-DCMAKE_INSTALL_PREFIX=criterion-%APPVEYOR_REPO_TAG_NAME% `
|
"-DCMAKE_INSTALL_PREFIX=criterion-$env:APPVEYOR_REPO_TAG_NAME" `
|
||||||
-DCMAKE_PREFIX_PATH="%LOCAL_INSTALL%" `
|
"-DCMAKE_PREFIX_PATH=$env:LOCAL_INSTALL" `
|
||||||
-G "$generator" `
|
-G "$generator" `
|
||||||
..
|
..
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue