Elias Naur
2bee95358a
.builds: run the cmd tests with and without -race
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-11-03 13:06:14 +01:00
Elias Naur
cc4b407647
.build,cmd: add -race to test programs
...
It's not possible to set GOFLAGS=-race because some programs are
built for webassembly where -race is not supported.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-11-03 12:09:02 +01:00
Elias Naur
b3635c78ee
.builds: add sway as dependency for Wayland end-to-end test
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-11-02 18:55:31 +01:00
Elias Naur
06aa0da2a2
.builds: add scrot to the linux image for the X11 end-to-end test
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-11-02 10:43:50 +01:00
Elias Naur
837b5f6bab
.builds: install xdotool in the linux builder to satisfy the X11 test
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-11-01 22:27:42 +01:00
Elias Naur
f418684c0e
.builds: set GOFLAGS=-mod=readonly to catch stale go.mod files
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-11-01 18:00:28 +01:00
Elias Naur
c131a7f423
.builds: remove existing $PATH from PATH settings
...
$PATH is not expanded anyway, and it's better to be explicit.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-30 11:49:44 +01:00
Elias Naur
7939f142bd
.builds: remove unused path from PATH
...
It was left over from when the builds didn't use the distro version
of Go.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-30 11:41:24 +01:00
Elias Naur
fe54f3df4e
.builds: add xvfb package to the linux builder for X11 end-to-end test
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-29 20:04:47 +01:00
Elias Naur
b8edf2ee04
.builds: switch from fedora/latest to debian/testing
...
Fedora builds kept failing at package installation. See
~sircmpwn/builds.sr.ht#220.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-29 17:48:12 +01:00