mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
12 lines
154 B
YAML
12 lines
154 B
YAML
language: go
|
|
go:
|
|
- '1.14.x'
|
|
- '1.13.x'
|
|
|
|
before_install:
|
|
- sudo apt-get update
|
|
- sudo apt-get -y install libasound2-dev
|
|
|
|
script:
|
|
- go test ./...
|