parent
0eb0d18f67
commit
9965ee1996
40
.travis.yml
40
.travis.yml
|
@ -21,46 +21,6 @@ go:
|
||||||
- 1.9.x
|
- 1.9.x
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- os: linux
|
|
||||||
go: 1.9.x
|
|
||||||
env: GOTAGS= GOOS=windows GOARCH=amd64
|
|
||||||
- os: linux
|
|
||||||
go: 1.9.x
|
|
||||||
env: GOTAGS=libsqlite3 GOOS=windows GOARCH=amd64
|
|
||||||
- os: linux
|
|
||||||
go: 1.9.x
|
|
||||||
env: GOTAGS="sqlite_allow_uri_authority sqlite_app_armor sqlite_foreign_keys sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_secure_delete sqlite_see sqlite_stat4 sqlite_trace sqlite_userauth" GOOS=windows GOARCH=amd64
|
|
||||||
- os: linux
|
|
||||||
go: 1.9.x
|
|
||||||
env: GOTAGS=sqlite_vacuum_full GOOS=windows GOARCH=amd64
|
|
||||||
- os: linux
|
|
||||||
go: 1.9.x
|
|
||||||
env: GOTAGS=sqlite_vacuum_incr GOOS=windows GOARCH=amd64
|
|
||||||
- os: linux
|
|
||||||
go: 1.9.x
|
|
||||||
env: GOTAGS=sqlite_vtable GOOS=windows GOARCH=amd64
|
|
||||||
- os: linux
|
|
||||||
go: 1.10.x
|
|
||||||
env: GOTAGS= GOOS=windows GOARCH=amd64
|
|
||||||
- os: linux
|
|
||||||
go: 1.10.x
|
|
||||||
env: GOTAGS=libsqlite3 GOOS=windows GOARCH=amd64
|
|
||||||
- os: linux
|
|
||||||
go: 1.10.x
|
|
||||||
env: GOTAGS="sqlite_allow_uri_authority sqlite_app_armor sqlite_foreign_keys sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_secure_delete sqlite_see sqlite_stat4 sqlite_trace sqlite_userauth" GOOS=windows GOARCH=amd64
|
|
||||||
- os: linux
|
|
||||||
go: 1.10.x
|
|
||||||
env: GOTAGS=sqlite_vacuum_full GOOS=windows GOARCH=amd64
|
|
||||||
- os: linux
|
|
||||||
go: 1.10.x
|
|
||||||
env: GOTAGS=sqlite_vacuum_incr GOOS=windows GOARCH=amd64
|
|
||||||
- os: linux
|
|
||||||
go: 1.10.x
|
|
||||||
env: GOTAGS=sqlite_vtable GOOS=windows GOARCH=amd64
|
|
||||||
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue