diff options
| author | Oskari Timperi <oskari.timperi@optofidelity.com> | 2017-11-13 13:42:36 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@optofidelity.com> | 2017-11-13 13:42:36 +0200 |
| commit | 8475f9ceb491d871fef8c387de7b803c9f1a75c5 (patch) | |
| tree | f70f4886049e9aa4f8d4c48fb2fa8232446f3ec7 | |
| parent | 70896b3f9549199d749470e813f23d0d38092011 (diff) | |
| download | SimpleMotionV2-8475f9ceb491d871fef8c387de7b803c9f1a75c5.tar.gz SimpleMotionV2-8475f9ceb491d871fef8c387de7b803c9f1a75c5.zip | |
Add .travis.yml
| -rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..08f6e8a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: c + +script: make + +matrix: + include: + - compiler: gcc + os: linux + + - compiler: clang + os: osx |
