Closed drewwells closed 8 years ago
I tried again with a full toolchain build goxc -t
and the architecture error went away, but task still errored
https://ci.appveyor.com/project/drewwells/wellington/build/81
[goxc:toolchain] 2015/07/12 06:37:29 Task toolchain succeeded
goxc -tasks='archive' -build-ldflags "-X github.com/wellington/wellington/version.Version=%WIN_VER%" -bc='windows' -wd=wt -d=. -n wt
[goxc] 2015/07/12 06:37:29 RunTasks error: Task ''archive'' does not exist
Command exited with code 1
Sorry for not getting back to you on this. Busy month last month.
So, I think the latest issue was just the use of quotes. -tasks=archive
should do it.
Closing - see above comment
I'm seeing some strange errors on appveyor. Software builds fine with
go build
, but throws architecture and tasks errors when I try to use goxc.I'm using appveyor, so windows version is 2012 (I think) and Go 1.5 beta1 with a cgo based project.