From 3f45feab0bdacc971a24a1c8722bc06afc29e01e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 6 Jun 2014 18:59:37 -0400 Subject: Disabled Travis.ci for now. --- .travis.yml | 26 -------------------------- README.md | 2 ++ olddocs/.travis.yml | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 26 deletions(-) delete mode 100644 .travis.yml create mode 100644 olddocs/.travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 65647eb..0000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -language: go - -go: - - tip - -# TODO -# linux/386 build tries to do apt's legendary remove all 64-bit libraries and install 32-bit ones instead (else it can't find sys/types.h) so that build is disabled for now - -before_install: - - sudo apt-get update -qq - - sudo apt-get install -y libgtk-3-dev multiarch-support # libgtk-3-0:i386 gcc-multilib - - go tool dist install cmd/8a - - go tool dist install cmd/8c - - go tool dist install cmd/8g - - go tool dist install cmd/8l -# - GOOS=linux GOARCH=386 CGO_ENABLED=1 CFLAGS=-m32 LDFLAGS=-m32 go tool dist install pkg/runtime -# - GOOS=linux GOARCH=386 CGO_ENABLED=1 CFLAGS=-m32 LDFLAGS=-m32 go install std - - GOOS=windows GOARCH=386 go tool dist install pkg/runtime - - GOOS=windows GOARCH=386 go install std - - GOOS=windows GOARCH=amd64 go tool dist install pkg/runtime - - GOOS=windows GOARCH=amd64 go install std - -install: - - GOOS=linux GOARCH=amd64 ./test.sh -v -x - - GOOS=windows GOARCH=386 ./test.sh -v -x - - GOOS=windows GOARCH=amd64 ./test.sh -v -x diff --git a/README.md b/README.md index f08d50f..6803c43 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,5 @@ If you are feeling adventurous, running `./test.sh` (which accepts `go build` op Finally, please send documentation suggestions! I'm taking the documentation of this package very seriously because I don't want to make **anything** ambiguous. (Trust me, ambiguity in API documentation was a pain when writing this...) Thanks! + +(Note: I temporarily disabled Travis.ci; if I can figure out how to do good cross-compiles with it, then I can put it back.) diff --git a/olddocs/.travis.yml b/olddocs/.travis.yml new file mode 100644 index 0000000..65647eb --- /dev/null +++ b/olddocs/.travis.yml @@ -0,0 +1,26 @@ +language: go + +go: + - tip + +# TODO +# linux/386 build tries to do apt's legendary remove all 64-bit libraries and install 32-bit ones instead (else it can't find sys/types.h) so that build is disabled for now + +before_install: + - sudo apt-get update -qq + - sudo apt-get install -y libgtk-3-dev multiarch-support # libgtk-3-0:i386 gcc-multilib + - go tool dist install cmd/8a + - go tool dist install cmd/8c + - go tool dist install cmd/8g + - go tool dist install cmd/8l +# - GOOS=linux GOARCH=386 CGO_ENABLED=1 CFLAGS=-m32 LDFLAGS=-m32 go tool dist install pkg/runtime +# - GOOS=linux GOARCH=386 CGO_ENABLED=1 CFLAGS=-m32 LDFLAGS=-m32 go install std + - GOOS=windows GOARCH=386 go tool dist install pkg/runtime + - GOOS=windows GOARCH=386 go install std + - GOOS=windows GOARCH=amd64 go tool dist install pkg/runtime + - GOOS=windows GOARCH=amd64 go install std + +install: + - GOOS=linux GOARCH=amd64 ./test.sh -v -x + - GOOS=windows GOARCH=386 ./test.sh -v -x + - GOOS=windows GOARCH=amd64 ./test.sh -v -x -- cgit v1.2.3