aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-03 10:55:11 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-03 10:55:11 +0300
commit47939bf0bfe1d17bcd6e75f3a519daa092acbd2f (patch)
tree5ff8d3ad8ddb73e49176d2cf2c5bae1023f01bd5
parentAppVeyor: don't preserve Set-PSDebug (diff)
downloadaes-tools-47939bf0bfe1d17bcd6e75f3a519daa092acbd2f.tar.gz
aes-tools-47939bf0bfe1d17bcd6e75f3a519daa092acbd2f.zip
AppVeyor: build.ps1 code style
-rw-r--r--.appveyor/build.ps114
1 files changed, 7 insertions, 7 deletions
diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1
index 4e9a4c0..fbcd584 100644
--- a/.appveyor/build.ps1
+++ b/.appveyor/build.ps1
@@ -104,13 +104,13 @@ function Build-Project {
mkdir $BuildDir
cd $BuildDir
- Invoke-Exe { cmake.exe -Wno-dev `
- -G $Generator -A $Platform `
- -D "AES_TOOLS_ASM=$cmake_asm" `
- -D "BOOST_ROOT=$BoostDir" `
- -D "BOOST_LIBRARYDIR=$BoostLibraryDir" `
- -D Boost_USE_STATIC_LIBS=ON `
- -D Boost_USE_STATIC_RUNTIME=ON `
+ Invoke-Exe { cmake.exe -Wno-dev `
+ -G $Generator -A $Platform `
+ -D "AES_TOOLS_ASM=$cmake_asm" `
+ -D "BOOST_ROOT=$BoostDir" `
+ -D "BOOST_LIBRARYDIR=$BoostLibraryDir" `
+ -D Boost_USE_STATIC_LIBS=ON `
+ -D Boost_USE_STATIC_RUNTIME=ON `
$ProjectDir
}