Skip to content

Commit

Permalink
Add ci (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed May 17, 2018
1 parent b07dc4d commit 416bda9
Show file tree
Hide file tree
Showing 6 changed files with 432 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: rust
rust:
- stable
cache: cargo
before_install:
- cd ci
3 changes: 3 additions & 0 deletions ci/.gitignore
@@ -0,0 +1,3 @@
/target/
**/*.rs.bk
.env
231 changes: 231 additions & 0 deletions ci/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions ci/Cargo.toml
@@ -0,0 +1,9 @@
[package]
authors = ["Matthias Endler <matthias-endler@gmx.net>"]
name = "ci"
version = "0.2.0"

[dependencies]
lazy_static = "0.2.9"
regex = "0.2.2"
failure = "0.1.1"
2 changes: 2 additions & 0 deletions ci/README.md
@@ -0,0 +1,2 @@
This is the CI environment for awesome-static-analysis.
Read more about the tooling here: https://matthias-endler.de/2017/obsolete/

0 comments on commit 416bda9

Please sign in to comment.