Remove src/windows-build from CI builds

This commit is contained in:
Sergei Vorobev 2016-06-20 14:40:29 -07:00
parent 607448cd18
commit 963ce9c1ab
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ git:
submodules: false
before_install:
- git config --global url.git@github.com:.insteadOf https://github.com/
- git submodule update --init -- src/windows-build src/Modules/Pester src/libpsl-native/test/googletest
- git submodule update --init -- src/Modules/Pester src/libpsl-native/test/googletest
- ./tools/download.sh
script:
- ulimit -n 4096; powershell -c "Import-Module ./build.psm1; Start-PSBootstrap; Start-PSBuild; Start-PSxUnit; Start-PSPester"

View File

@ -18,7 +18,7 @@ install:
- ps: $fileContent += "`n-----END RSA PRIVATE KEY-----`n"
- ps: Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent
- git config --global url.git@github.com:.insteadOf https://github.com/
- git submodule update --init -- src/windows-build src/Modules/Pester
- git submodule update --init -- src/Modules/Pester
- ps: Import-Module .\build.psm1; Start-PSBootstrap
build_script: