mirror of
https://github.com/janet-lang/janet
synced 2024-11-16 05:34:48 +00:00
12 lines
83 B
YAML
12 lines
83 B
YAML
language: c
|
|
|
|
script: make test
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
os:
|
|
- linux
|
|
- osx
|