mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Create CI files
This commit is contained in:
committed by
Mikkel Hjortshøj
parent
bc5c37ebb1
commit
0185b43c2f
+18
@@ -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
|
||||
Reference in New Issue
Block a user