fix yml
This commit is contained in:
parent
58ee21b450
commit
14461ad31a
|
@ -3,9 +3,9 @@ branches:
|
|||
only:
|
||||
- master
|
||||
build_script:
|
||||
- ps: >-
|
||||
& "$env:APPVEYOR_BUILD_FOLDER\ci\appveyor.ps1"
|
||||
if ($lastexitcode -ne 0){ exit $lastexitcode }
|
||||
- ps: .\ci\appveyor.ps1"
|
||||
|
||||
test: off
|
||||
|
||||
cache:
|
||||
- work\git -> appveyor.yml
|
||||
|
@ -20,4 +20,4 @@ environment:
|
|||
|
||||
artifacts:
|
||||
- path: work\image
|
||||
name: %APPVEYOR_PROJECT_NAME%
|
||||
name: $(APPVEYOR_PROJECT_NAME)
|
Loading…
Reference in New Issue