summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2014-03-24Changed -qq to -y in the apt-get install line in .travis.yaml because I want ↵Pietro Gagliardi
to see the full details of the install.
2014-03-24OK lets try doing cross-platform builds with Travis.ci again; also added ↵Pietro Gagliardi
multiarch-support again for testing
2014-03-05Remove the 32-bit GTK+ from linux/386 Travis.ci builds; I have no idea how ↵Pietro Gagliardi
to fix this.
2014-03-05One more try with Travis.ci: this time start with multiarch support explicit.Pietro Gagliardi
2014-03-05Now that they appear to work, make Travis.ci builds verbose.Pietro Gagliardi
2014-03-05Travis.ci isn't actually building the package because there's no test files; ↵Pietro Gagliardi
fix that.
2014-03-05Disabled Travis.ci's linux/386 build for now; not sure how to fix it.Pietro Gagliardi
2014-03-05...and that's what I get for not knowing or remembering what I was ↵Pietro Gagliardi
doing/trusting the first answer on stackoverflow.
2014-03-05...hopefully NOW the linux/386 Travis.ci build will be fixed?Pietro Gagliardi
2014-03-05Whoops, looks like Travis.cl hates { cmd; } in its before_install: block; ↵Pietro Gagliardi
also forgot the cgo flags for linux/386.
2014-03-05Configured the Travis.cl configuration to cross-compile Windows and Linux ↵Pietro Gagliardi
for both 386 and amd64.
2014-03-04Install GTK3 development filesTom Paoletti
2014-03-04Basic configuration for travis-ciTom Paoletti