Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
c1ad3815
Commit
c1ad3815
authored
Jun 29, 2015
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2350 from ceh/windows-ci-appveyor
Add AppVeyor configuration file
parents
1aef60ff
a3fa7cdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
appveyor.yml
appveyor.yml
+33
-0
No files found.
appveyor.yml
0 → 100644
View file @
c1ad3815
# appveyor.yml reference : http://www.appveyor.com/docs/appveyor-yml
version
:
"
{build}"
skip_tags
:
true
os
:
Windows Server 2012 R2
environment
:
GOPATH
:
c:\gopath
matrix
:
-
GOARCH
:
386
GOVERSION
:
1.4.2
-
GOARCH
:
amd64
GOVERSION
:
1.4.2
clone_folder
:
c:\gopath\src\github.com\mitchellh\packer
install
:
-
set Path=c:\go\bin;%Path%
-
echo %Path%
-
appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-%GOARCH%.msi
-
msiexec /i go%GOVERSION%.windows-%GOARCH%.msi /q
-
go version
-
go env
-
go get -d -v -t ./...
build_script
:
-
go test -v ./...
test
:
off
deploy
:
off
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