Debug x86 build failure
This commit is contained in:
parent
f60211aba3
commit
8df4ea3f51
|
@ -5,10 +5,10 @@ os: Windows Server 2012 R2
|
|||
environment:
|
||||
GOPATH: c:\gopath
|
||||
matrix:
|
||||
- MSI_ARCH: amd64
|
||||
GOARCH: amd64
|
||||
#- MSI_ARCH: amd64
|
||||
# GO_BUILDARCH: amd64
|
||||
- MSI_ARCH: x86
|
||||
GOARCH: 386
|
||||
GO_BUILDARCH: 386
|
||||
|
||||
clone_folder: c:\gopath\src\github.com\martinlindhe\wmi_exporter
|
||||
|
||||
|
@ -21,6 +21,7 @@ install:
|
|||
|
||||
build_script:
|
||||
- ps: gitversion /output json /showvariable FullSemVer | Set-Content VERSION -PassThru
|
||||
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
- govendor test -v +local
|
||||
- promu build -v .
|
||||
- ps: |
|
||||
|
|
Loading…
Reference in New Issue