mirror of
https://github.com/open-simh/simtools.git
synced 2026-04-28 20:57:22 +00:00
Try to get Travis' gmake to run ./make-git-info in before compiling macro11.c. In RunTests, reflect differences in exit status, for automated testing.
11 lines
117 B
YAML
11 lines
117 B
YAML
language: c
|
|
dist: trusty
|
|
install: false
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script:
|
|
- make
|
|
- cd tests
|
|
- ./RunTests
|