8 lines
180 B
YAML
Raw Normal View History

2019-06-09 09:24:20 +02:00
language: go
go: 1.12
2019-06-09 09:24:20 +02:00
before_install:
- go get github.com/frankbraun/gocheck
- go get -t github.com/mutecomm/go-sqlcipher
2019-06-09 09:24:20 +02:00
script:
- gocheck -g -c -e _example -e sqlite3_test