Add Github Actions yaml and set LDFLAGS on windows (#843)

and remove .travis.yml
This commit is contained in:
raa0121
2020-08-25 13:56:34 +09:00
committed by GitHub
parent 2329c6ea75
commit 09fcd35eaa
3 changed files with 132 additions and 36 deletions

View File

@@ -14,5 +14,6 @@ package sqlite3
#cgo darwin CFLAGS: -I/usr/local/opt/sqlite/include
#cgo openbsd LDFLAGS: -lsqlite3
#cgo solaris LDFLAGS: -lsqlite3
#cgo windows LDFLAGS: -lsqlite3
*/
import "C"