summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for CI script.Nick Mathewson2021-08-271-1/+1
| | | | | It looks like there was a directory here I didn't update when I moved all the crates into crates/
* fix segfault on static binTrinity Pointard2021-08-251-1/+0
| | | | | | see https://github.com/rusqlite/rusqlite/issues/914 sha256: 684ebc4b8c270fc63beba185f6c54ceeb98734f13aa7aeca9b64acb33432a21c
* make arti availlable as build artifactTrinity Pointard2021-08-251-0/+10
| | | | | and make builds reproducible sha256sum: f141c54929a43a31b9ed6b529f6f863aace87f7406818b2f8ffe2b7a5e2803fb
* Use cargo audit with "-D warnings".Nick Mathewson2021-07-211-1/+1
|
* attempt to add cargo audit to CITrinity Pointard2021-07-201-0/+2
|
* Try some tweaks to .gitlab-ci.ymlNick Mathewson2021-05-251-7/+8
| | | | | | | | | | The "--all" flag is deprecated in favor of "--workspace", which isn't actually needed here. "--all-features" catches a few things that we want to make sure we're catching. Let's try out cargo doc and make sure that passes too.
* CI target to build with async-std. Running tests is harder, alasNick Mathewson2021-03-021-0/+6
|
* My rustfmt is up-to-date with the gitlab ci one againNick Mathewson2021-03-011-5/+1
|
* Disable our cargo fmt test on CI for now.Nick Mathewson2021-02-261-1/+5
|
* gitlab-ci.yml -- on rust-latest, turn all clippy warnings into errors.Nick Mathewson2020-12-071-1/+1
|
* fixup! fixup! fixup! Try adding "test --all" and "fmt" and "clippy".Nick Mathewson2020-12-071-1/+1
|
* fixup! fixup! Try adding "test --all" and "fmt" and "clippy".Nick Mathewson2020-12-071-1/+1
|
* fixup! Try adding "test --all" and "fmt" and "clippy".Nick Mathewson2020-12-071-2/+2
|
* Try adding "test --all" and "fmt" and "clippy".Nick Mathewson2020-12-071-4/+10
|
* Let's try explicit target?Alexander Færøy2020-12-071-2/+2
|
* No need to install Husky hooks on CI.Alexander Færøy2020-12-071-0/+4
|
* No need to install libsqlite3-dev on CI servers.Alexander Færøy2020-12-061-2/+0
|
* Also install libsqlite3-dev.Alexander Færøy2020-12-061-0/+2
|
* Add Gitlab CI support.Alexander Færøy2020-12-061-0/+17