Really put appveyor back
This commit is contained in:
Родитель
741e8df102
Коммит
8809b52afb
29
appveyor.yml
29
appveyor.yml
|
@ -1,32 +1,5 @@
|
|||
os: Visual Studio 2015
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- BUILD_PROFILE:
|
||||
|
||||
init:
|
||||
- git config --global core.autocrlf true
|
||||
|
||||
build_script:
|
||||
- cmd: build.cmd %BUILD_PROFILE%
|
||||
|
||||
# scripts that run after cloning repository
|
||||
install:
|
||||
# by default, all script lines are interpreted as batch
|
||||
|
||||
test: off
|
||||
version: 0.0.1.{build}
|
||||
artifacts:
|
||||
- path: Release
|
||||
name: Release
|
||||
- path: tests\TestResults
|
||||
name: TestResults
|
||||
type: zip
|
||||
|
||||
#on_finish:
|
||||
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
os: Visual Studio 2015
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- BUILD_PROFILE: ci_part1
|
||||
|
@ -52,4 +25,4 @@ artifacts:
|
|||
type: zip
|
||||
|
||||
#on_finish:
|
||||
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
Загрузка…
Ссылка в новой задаче