mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update .appveyor.yml
This commit is contained in:
parent
daccf5e6de
commit
93aababfc4
|
@ -6,16 +6,22 @@ clone_folder: C:\projects\welsonjs
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- configuration: Debug
|
- CONFIGURATION: Debug
|
||||||
- configuration: Release
|
- CONFIGURATION: Release
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- ps: msbuild "C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Toolkit.sln" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Configuration=%configuration%
|
- msbuild "C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Toolkit.sln" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Configuration=%CONFIGURATION% /p:Platform="x86"
|
||||||
|
- msbuild "C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Toolkit.sln" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Configuration=%CONFIGURATION% /p:Platform="x64"
|
||||||
|
|
||||||
|
test_script:
|
||||||
|
- ps: .\path\to\test\runner
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Toolkit\bin\%configuration%\WelsonJS.Toolkit.dll
|
- path: C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\WelsonJS.Toolkit.x86.dll
|
||||||
name: WelsonJS.Toolkit
|
name: WelsonJS.Toolkit.x86
|
||||||
- path: C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Service\bin\%configuration%\WelsonJS.Service.exe
|
- path: C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\WelsonJS.Toolkit.x64.dll
|
||||||
|
name: WelsonJS.Toolkit.x64
|
||||||
|
- path: C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Service\bin\x86\WelsonJS.Service.exe
|
||||||
name: WelsonJS.Service
|
name: WelsonJS.Service
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user