Files
Odin/.travis.yml
T

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