Skip to content

Commit

Permalink
appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-cbon committed Jun 25, 2016
1 parent 7235a31 commit 4cfabe5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ install:
build_script:
- glide install
- go build -o go-msi.exe main.go
- .\go-msi.exe make --msi go-msi-%APPVEYOR_REPO_TAG_NAME%-x86.msi --version %APPVEYOR_REPO_TAG_NAME% --arch x86
- .\go-msi.exe make --msi go-msi-%APPVEYOR_REPO_TAG_NAME%-x64.msi --version %APPVEYOR_REPO_TAG_NAME% --arch x64
- .\go-msi.exe make --msi %APPVEYOR_BUILD_FOLDER%\go-msi-%APPVEYOR_REPO_TAG_NAME%-x86.msi --version %APPVEYOR_REPO_TAG_NAME% --arch x86
- .\go-msi.exe make --msi %APPVEYOR_BUILD_FOLDER%\go-msi-%APPVEYOR_REPO_TAG_NAME%-x64.msi --version %APPVEYOR_REPO_TAG_NAME% --arch x64
- dir

# to disable automatic tests
test: off

# ?
artifacts:
- path: 'C:/gopath/src/github.com/mh-cbon/go-msi/go-msi-*-x86.msi'
- path: '*-x86.msi'
name: msi-x86
- path: 'C:/gopath/src/github.com/mh-cbon/go-msi/go-msi-*-x64.msi'
- path: '*-x64.msi'
name: msi-x64

# to disable deployment
Expand Down

0 comments on commit 4cfabe5

Please sign in to comment.