Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
b1e642a0
Commit
b1e642a0
authored
Nov 20, 2015
by
rht
Committed by
dignifiedquire
Jan 15, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add appveyor conf
License: MIT Signed-off-by:
rht
<
rhtbot@gmail.com
>
parent
adfe1978
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
appveyor.yml
appveyor.yml
+20
-0
No files found.
appveyor.yml
0 → 100644
View file @
b1e642a0
version
:
"
{build}"
os
:
Windows Server 2012 R2
environment
:
GOPATH
:
c:\gopath
TEST_NO_FUSE
:
1
TEST_VERBOSE
:
1
TEST_SUITE
:
test_sharness_expensive
install
:
-
set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
-
rmdir c:\go /s /q
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.5.1.windows-amd64.msi
-
msiexec /i go1.5.1.windows-amd64.msi /q
-
go version
-
go env
build_script
:
-
make install
test_script
:
-
make $TEST_SUITE
build
:
parallel
:
true
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