...hopefully NOW the linux/386 Travis.ci build will be fixed?
This commit is contained in:
parent
fea3d16e2c
commit
a779312503
|
@ -10,6 +10,8 @@ env:
|
||||||
- GOOS=windows GOARCH=amd64
|
- GOOS=windows GOARCH=amd64
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
- sudo apt-get install -qq libgtk-3-dev libgtk-3-0:i386 libc6-dev:i386
|
||||||
- go tool dist install cmd/8a
|
- go tool dist install cmd/8a
|
||||||
- go tool dist install cmd/8c
|
- go tool dist install cmd/8c
|
||||||
- go tool dist install cmd/8g
|
- go tool dist install cmd/8g
|
||||||
|
@ -20,5 +22,3 @@ before_install:
|
||||||
- GOOS=windows GOARCH=386 go install std
|
- GOOS=windows GOARCH=386 go install std
|
||||||
- GOOS=windows GOARCH=amd64 go tool dist install pkg/runtime
|
- GOOS=windows GOARCH=amd64 go tool dist install pkg/runtime
|
||||||
- GOOS=windows GOARCH=amd64 go install std
|
- GOOS=windows GOARCH=amd64 go install std
|
||||||
- sudo apt-get update -qq
|
|
||||||
- sudo apt-get install -qq libgtk-3-dev libgtk-3-0:i386
|
|
||||||
|
|
Loading…
Reference in New Issue