Commit graph

16 commits

Author SHA1 Message Date
Qinxuan Chen
5bc109a7ad
Support no_std (#332)
* Support `no_std`

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Fix typo

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
2021-08-21 10:15:43 +02:00
Nickolay Ponomarev
0ac343a116 Don't publish on the push of any tag
The tags are named vX.Y, and we'll be 0.x for a while, so limiting the
publish-crate action to run v0 tags seems good enough to avoid
accidental publishes.
2020-09-27 23:36:41 +03:00
Max Countryman
118a345790
Merge pull request #238 from maxcountryman/feature/gh-action-releases
automate crate publishing
2020-08-12 07:04:38 -07:00
Daniël Heres
3871bbc5ee
Enable dependabot for this repository (#256)
* Enable dependabot for this repository

* Remove duplication, add sqlparser_bench
2020-08-05 09:03:29 +02:00
Daniël Heres
5f3a40e772
Dependency updates (#255) 2020-08-05 09:12:13 +03:00
Heres, Daniel
a246d5da9a Undo accidental commit 2020-08-04 22:45:26 +02:00
Daniël Heres
caeb046803
Enable dependabot for this repository 2020-08-04 22:44:13 +02:00
Max Countryman
76a911b34e
ensure we use nightly with fmt 2020-07-31 08:56:59 -07:00
Max Countryman
bc9bfaeb84 automate crate publishing
This introduces a new section of the GitHub Actions workflow which will
publish the crate upon a new tag being pushed. Note that this requires a
new project secret, `CRATES_TOKEN`.
2020-07-25 08:05:34 -07:00
Max Countryman
af54eb02b2
Rework github actions, add code coverage (#186)
This reworks our GitHub Actions workflow to include code coverage via
tarpaulin.

Fixes #164.
2020-06-07 20:15:31 +03:00
Nickolay Ponomarev
8406a938d5 Port the changes made to travis configuration in #159 to GitHub workflows
This should fix the build failures due to unavailable components, e.g.

error: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is unavailable for download for channel nightly
Sometimes not all components are available in any given nightly.
2020-05-26 21:35:12 +03:00
Andy Grove
a2613f9dd1 format 2019-10-17 20:41:49 -06:00
Andy Grove
0687d3aca8 stable rust 2019-10-17 20:38:22 -06:00
Andy Grove
41eda23ede test 2019-10-17 04:26:00 -06:00
Andy Grove
60448382c2 experimenting with github actions 2019-10-17 04:21:49 -06:00
Andy Grove
9b49db35ff
Add github action 2019-10-17 04:12:11 -06:00