Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
9f09dd79
Commit
9f09dd79
authored
Nov 12, 2018
by
vipwzw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add windows support
parent
f774b6fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
appveyor.yml
appveyor.yml
+35
-0
No files found.
appveyor.yml
0 → 100644
View file @
9f09dd79
version
:
"
{build}"
# Source Config
clone_folder
:
c:\gopath\src\github.com\33cn\plugin
# Build host
environment
:
GOPATH
:
c:\gopath
DEPTESTBYPASS501
:
1
GOVERSION
:
1.9
#init:
# - git config --global core.autocrlf input
# Build
install
:
# Install the specific Go version.
-
rmdir c:\go /s /q
-
appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi
-
msiexec /i go%GOVERSION%.windows-amd64.msi /q
-
choco install bzr
-
set Path=c:\go\bin;c:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial\%Path%
-
go version
-
go env
build
:
false
deploy
:
false
test_script
:
-
go build github.com/33cn/plugin
-
for /f "" %%G in ('go list github.com/33cn/plugin/...') do ( go test %%G & IF ERRORLEVEL == 1 EXIT 1)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment