commit | 69cf7dd503f0862f9f48a3eff60cfa01094c07f9 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <laurencelundblade@users.noreply.github.com> | Sun Mar 07 15:02:35 2021 -0800 |
committer | GitHub <noreply@github.com> | Sun Mar 07 16:02:35 2021 -0700 |
tree | e17e7f5bc4f66207350cb05b1d6dc890fc162fc8 | |
parent | 87495730b5edf92b303cfe0127ad501b79efabc6 [diff] |
Enable continuous integration on GitHub Co-authored-by: Laurence Lundblade <lgl@securitytheory.com>
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9c5b625 --- /dev/null +++ b/.travis.yml
@@ -0,0 +1,20 @@ +os: + - linux + +language: c +compiler: + - gcc + +env: +sudo: false +addons: + apt: + packages: + - make + +install: + - make + +script: + - ./qcbortest +