mirror of
https://github.com/ivanizag/izapple2.git
synced 2024-10-31 20:09:02 +00:00
Add SDL2 build dependency in circle CI
This commit is contained in:
parent
1f1b092663
commit
22b15bf89b
@ -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 ./...
|
||||
|
Loading…
Reference in New Issue
Block a user