diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-30 23:01:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-30 23:01:08 -0400 |
| commit | 155899c65ed32245e2ccad4197a10c77017d835b (patch) | |
| tree | 4c337130ff5d1640efc1e94258ab3b8a9eef0c55 /olddocs/.travis.yml | |
| parent | 3d4e54822dc6117306d5a4ac0e79017c4810b657 (diff) | |
Out with the old...
Diffstat (limited to 'olddocs/.travis.yml')
| -rw-r--r-- | olddocs/.travis.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/olddocs/.travis.yml b/olddocs/.travis.yml deleted file mode 100644 index 65647eb..0000000 --- a/olddocs/.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 |
