mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-19 12:22:23 -07:00
18 lines
220 B
YAML
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 |