mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-13 15:27:18 +00:00
13 lines
128 B
YAML
13 lines
128 B
YAML
language: c
|
|
dist: bionic
|
|
os:
|
|
- linux
|
|
- osx
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script:
|
|
- make
|
|
- cd tests
|
|
- ./RunTests
|