mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-25 00:18:36 +00:00
14 lines
143 B
YAML
14 lines
143 B
YAML
language: c
|
|
dist: trusty
|
|
install: false
|
|
os:
|
|
- linux
|
|
- osx
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script:
|
|
- make
|
|
- cd tests
|
|
- ./RunTests
|