Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Github Actions yaml and set LDFLAGS on windows (#843) | raa0121 | 2020-08-25 | 1 | -36/+0 |
| | | | and remove .travis.yml | ||||
* | Update amalgamation code (#842) | mattn | 2020-08-19 | 1 | -2/+0 |
| | | | | | * Update amalgamation code * Drop go1.9 and go1.10 | ||||
* | Travis-CI: set go_import_path (#829) | Olivier Mengué | 2020-07-21 | 1 | -0/+2 |
| | | | | | Set go_import_path to tell Travis-CI where to checkout the code, so the Travis build can also work on forks. This is important when building without Go modules support. | ||||
* | Travis-CI: add Go 1.14.x, change order of Go versions (#830) | Olivier Mengué | 2020-07-21 | 1 | -5/+6 |
| | | | | | | | Changes in Go versions for the Travis-CI builds: - reverse order of Go versions so the latest ones are checked first - add Go 1.14.x (latest stable) at the first position - use 'tip' instead of 'master' (like https://tip.golang.org) and move it just after 1.14.x | ||||
* | Fix #808: remove goconvey (#809) | Diego Becciolini | 2020-05-14 | 1 | -2/+4 |
| | | | | | * don't need smartystreets/goconvey any longer * synchronise coveralls | ||||
* | Add Go 1.12.x/1.13.x to CI. | Trevor Pounds | 2019-10-07 | 1 | -0/+2 |
| | |||||
* | Closes #597 | G.J.R. Timmer | 2019-08-22 | 1 | -2/+2 |
| | |||||
* | Remove separate go build | Egon Elbre | 2019-02-10 | 1 | -1/+0 |
| | |||||
* | Faster travis running | Egon Elbre | 2019-02-10 | 1 | -18/+8 |
| | |||||
* | all: fix cgo compile failures on tip | Kevin Burke | 2018-11-01 | 1 | -1/+2 |
| | | | | | | | | Apparently the cgo typechecks get better on tip, so use C.int instead of Go integers. Build tip as part of the Travis build, so we can ensure that any errors are resolved before they get released to a wider audience. | ||||
* | Add support for sqlite3_unlock_notify | Mura Li | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | Add Go 1.11 to Travis build matrix | Emir Beganović | 2018-10-09 | 1 | -0/+1 |
| | |||||
* | icu4c 62.1 already installed | Yasuhiro Matsumoto | 2018-09-11 | 1 | -1/+0 |
| | |||||
* | Update Travis-CI | Gert-Jan Timmer | 2018-06-12 | 1 | -3/+1 |
| | | | | | | Moved `sqlite_vacuum_incr` and `sqlite_vtable` to module job. * `sqlite_vacuum_incr` will only store the required auto vacuum information into the datbase page, and not peform an vacuum therefor this can be added easily to the module job. - `sqlite_vtable` does not require an seperate job because user will include the tag in combination with others. | ||||
* | Merge pull request #574 from GJRTimmer/update/travis | mattn | 2018-06-12 | 1 | -59/+0 |
|\ | | | | | Follow official Release Policy | ||||
| * | Removed Windows Cross-Compile | Gert-Jan Timmer | 2018-05-29 | 1 | -40/+0 |
| | | | | | | [ci skip] | ||||
| * | Removed Golang:1.8 | Gert-Jan Timmer | 2018-05-29 | 1 | -19/+0 |
| | | | | | | Updated package for follow official Golang Release Policy. | ||||
* | | Add: goconvey to Travis-CI | Gert-Jan Timmer | 2018-06-05 | 1 | -1/+1 |
| | | |||||
* | | Implemented goconvey for User Authentication Tests | Gert-Jan Timmer | 2018-06-04 | 1 | -0/+1 |
|/ | | | Reference #580 | ||||
* | Update Travis CI | Gert-Jan Timmer | 2018-05-25 | 1 | -77/+4 |
| | | | | Removed: 32Bit Windows Cross-Compile Aggregated: sqlite_trace into main module build | ||||
* | Fix: OSX icu module | Gert-Jan Timmer | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | Reduced build time | Gert-Jan Timmer | 2018-05-25 | 1 | -49/+0 |
| | | | Closes #567 | ||||
* | Update: Travis CI | Gert-Jan Timmer | 2018-05-25 | 1 | -259/+9 |
| | |||||
* | Add: icu4c to OSX | Gert-Jan Timmer | 2018-05-24 | 1 | -0/+1 |
| | | | Required for building SQLite module `icu` | ||||
* | Update: Travis CI | Gert-Jan Timmer | 2018-05-24 | 1 | -16/+328 |
| | | | Added Cross-Compile jobs for additional feature(s) | ||||
* | Update: Travis CI | Gert-Jan Timmer | 2018-05-24 | 1 | -1/+3 |
| | | | Usage of new build tag names | ||||
* | Update: Travis CI | Gert-Jan Timmer | 2018-05-24 | 1 | -1/+12 |
| | |||||
* | Add: EOL | Gert-Jan Timmer | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Update Travis CI | Gert-Jan Timmer | 2018-05-23 | 1 | -10/+138 |
| | | | | | | | | | | Add: OSX Add: Windows Cross-Compile Add: Golang: 1.10.x Exclusions: - Golang: 1.7 from OSX - Golang: Master does not cause build failure - Tests for Windows Cross-Platform | ||||
* | Updated travis.yml | Sergey Mudrik | 2017-10-22 | 1 | -3/+4 |
| | | | Use the latest Go version in each major branch (documentation: https://docs.travis-ci.com/user/languages/go/#Specifying-a-Go-version-to-use) | ||||
* | add test env | Yasuhiro Matsumoto | 2017-03-05 | 1 | -1/+1 |
| | |||||
* | remove 1.6 | Yasuhiro Matsumoto | 2017-03-01 | 1 | -1/+0 |
| | |||||
* | test on 1.8 | Yasuhiro Matsumoto | 2017-03-01 | 1 | -1/+2 |
| | |||||
* | disable combination of libsqlite3 and trace because travis(trusty) is too old. | Yasuhiro Matsumoto | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | fix .travis.yml | Joachim Bauch | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | Test different build configurations on Travis. | Joachim Bauch | 2016-11-08 | 1 | -1/+6 |
| | |||||
* | Fix data race introduced on 605d9d08 | andrefsp | 2016-11-07 | 1 | -1/+1 |
| | | | | | This commit will fix a data race introduced on 605d9d08 and also make sure travis CI will now check for data races. | ||||
* | Bump Travis to Ubuntu 14.04 | Zbigniew Mandziejewicz | 2016-04-23 | 1 | -1/+3 |
| | |||||
* | Test with libsqlite3 | Zbigniew Mandziejewicz | 2016-04-23 | 1 | -1/+4 |
| | |||||
* | Remove gocov | Yasuhiro Matsumoto | 2016-03-15 | 1 | -1/+0 |
| | |||||
* | go cover has moved | Michael K | 2014-11-14 | 1 | -1/+1 |
| | |||||
* | Use goveralls -repotoken | mattn | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | go cover | mattn | 2014-01-29 | 1 | -0/+1 |
| | |||||
* | Use tip on travis | mattn | 2013-08-29 | 1 | -0/+2 |
| | |||||
* | Add goveralls for travis | mattn | 2013-06-11 | 1 | -0/+5 |
| | |||||
* | Updated to newer go support in travis-ci. It is both simpler and should test ↵ | Carlos Castillo | 2012-10-28 | 1 | -16/+1 |
| | | | | faster. | ||||
* | add travis recepi. | mattn | 2012-03-30 | 1 | -0/+16 |