.builds: make the GLFW example build on the automatic builders

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-02-07 23:31:14 +01:00
parent 1f422ef960
commit 5f3f7b3514
4 changed files with 18 additions and 9 deletions
+3 -3
View File
@@ -15,9 +15,9 @@ tasks:
- test_gio: |
cd gio
go test ./...
- test_example: |
cd gio/example
go test ./...
- test_cmd: |
cd gio/cmd
go test ./...
- test_example: |
cd gio/example
go test ./...