Add SDL2 build dependency in circle CI

This commit is contained in:
Ivan Izaguirre 2019-12-22 17:11:50 +01:00
parent 1f1b092663
commit 22b15bf89b
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@ jobs:
- image: circleci/golang:1.12
steps:
- checkout
- run: sudo apt install libsdl2-dev
- run: go get -d ./...
- run: go test ./...