Create CI files

This commit is contained in:
Mikkel Hjortshoej
2019-02-06 15:53:40 +01:00
committed by Mikkel Hjortshøj
parent bc5c37ebb1
commit 0185b43c2f
6 changed files with 72 additions and 14 deletions
+18
View File
@@ -0,0 +1,18 @@
language: cpp
git:
depth: false
os:
- linux
- osx
compiler:
- clang
script:
- make release
- ./odin run examples/demo/demo.odin
- ./odin check examples/demo/demo.odin -vet
notifications:
email: false