mirror of
https://github.com/ivanizag/izapple2.git
synced 2024-12-22 09:30:19 +00:00
11 lines
200 B
YAML
11 lines
200 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: circleci/golang:1.12
|
|
steps:
|
|
- checkout
|
|
- run: sudo apt install libsdl2-dev
|
|
- run: go get -d ./...
|
|
- run: go test ./...
|