Files
Odin/.travis.yml
T
Mikkel Hjortshoej 0185b43c2f Create CI files
2019-02-06 15:53:40 +01:00

18 lines
220 B
YAML

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