summaryrefslogtreecommitdiff
path: root/olddocs
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-06 18:59:37 -0400
committerPietro Gagliardi <[email protected]>2014-06-06 18:59:37 -0400
commit3f45feab0bdacc971a24a1c8722bc06afc29e01e (patch)
treedcf81e724dc29529eda278097f38f62a2c4a0734 /olddocs
parent972e74ce7c350231e4927f5ce57a2c1a33dfa2af (diff)
Disabled Travis.ci for now.
Diffstat (limited to 'olddocs')
-rw-r--r--olddocs/.travis.yml26
1 files changed, 26 insertions, 0 deletions
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