diff options
-rw-r--r-- | .appveyor.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index ac69dd4..60a6fd3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -49,6 +49,14 @@ branches: only: - master +init: + - ps: | + If($Env:compiler -like 'msvc2010') { + Set-WinSystemLocale de-DE + Start-Sleep -s 5 + Restart-Computer + } + install: - cmd: set "ORIG_PATH=%PATH%" # Boost 1.56.0: https://www.appveyor.com/docs/build-environment/#boost |