1 Star 0 Fork 3

曹小林/cs-script.npp

forked from 方先生/cs-script.npp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 2.69 KB
一键复制 编辑 原始数据 按行查看 历史
oleg-shilo 提交于 2018-01-14 19:08 . Release beta-1.7.7.2
version: 1.7.6.{build}
image: Visual Studio 2017
environment:
matrix:
- PlatformToolset: VS15
- PlatformToolset: VS17
platform:
- Any CPU
configuration:
- Release
install:
- if "%platform%"=="x64" set archi=amd64
- if "%platform%"=="x64" set platform_input=x64
- if "%platform%"=="Any CPU" set archi=x86
- if "%platform%"=="Any CPU" set platform_input=Any CPU
- if "%PlatformToolset%"=="VS15" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %archi%
- if "%PlatformToolset%"=="VS17" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi%
- nuget restore "%APPVEYOR_BUILD_FOLDER%"\src\CSScriptNpp.Test\packages.config -PackagesDirectory "%APPVEYOR_BUILD_FOLDER%"\src\packages
- nuget restore "%APPVEYOR_BUILD_FOLDER%"\src\Roslyn.Intellisesne\Roslyn.Intellisense\packages.config -PackagesDirectory "%APPVEYOR_BUILD_FOLDER%"\src\packages
init:
- git config --global core.autocrlf true
build_script:
- cd "%APPVEYOR_BUILD_FOLDER%"\src
- msbuild CSScriptNpp.sln /p:configuration="%configuration%" /p:platform="%platform_input%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
after_build:
# - cd "%APPVEYOR_BUILD_FOLDER%"\src\CSScriptNpp
# - ps: >-
# if ($env:PLATFORM -eq "x64" -and $env:CONFIGURATION -eq "Release") {
# #Push-AppveyorArtifact "bin\$env:PLATFORM\$env:CONFIGURATION\" -FileName CSScriptNpp.dll
# }
# if ($env:PLATFORM -eq "Any CPU" -and $env:CONFIGURATION -eq "Release") {
# Push-AppveyorArtifact "bin\$env:PLATFORM\$env:CONFIGURATION\CSScriptNpp.dll" -FileName CSScriptNpp.dll
# }
# if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:CONFIGURATION -eq "Release" -and $env:PLATFORMTOOLSET -eq "VS17") {
# if($env:PLATFORM -eq "x64"){
# $ZipFileName = "CSScriptNpp_$($env:APPVEYOR_REPO_TAG_NAME)_x64.zip"
# 7z a $ZipFileName bin\$env:PLATFORM\$env:CONFIGURATION\CSScriptNpp.dll
# }
# if($env:PLATFORM -eq "Any CPU"){
# $ZipFileName = "CSScriptNpp_$($env:APPVEYOR_REPO_TAG_NAME)_x86.zip"
# 7z a $ZipFileName bin\$env:PLATFORM\$env:CONFIGURATION\CSScriptNpp.dll
# }
# }
artifacts:
# - path: CSScriptNpp_*.zip
# name: releases
deploy:
# provider: GitHub
# auth_token:
# secure: !!TODO, see https://www.appveyor.com/docs/deployment/github/#provider-settings!!
# artifact: releases
# draft: false
# prerelease: false
# force_update: true
# on:
# appveyor_repo_tag: true
# PlatformToolset: VS17
# configuration: Release
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/q306023680/cs-script.npp.git
git@gitee.com:q306023680/cs-script.npp.git
q306023680
cs-script.npp
cs-script.npp
master

搜索帮助