Remove src/windows-build from CI builds
This commit is contained in:
parent
607448cd18
commit
963ce9c1ab
@ -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"
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user