Added default tests to travis.

master
Julian M. Kunkel 2018-07-06 22:27:17 +01:00
parent aca75a3037
commit 7cb659e55d
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ install:
# GPFS
# NOTE: Think GPFS need a license and is therefore not testable with travis.
before_script: ./bootstrap
script: ./configure --with-hdf5 && make
script: mkdir build && cd build && ../configure --with-hdf5 && make && cd .. && ./testing/basic-tests.sh
# notifications:

2
README
View File

@ -1,4 +1,4 @@
This repo now contains both IOR and mdtest.
This repo now contains both IOR and mdtest. [![Build Status](https://travis-ci.org/hpc/ior.svg?branch=master)](https://travis-ci.org/hpc/ior)
[See also NOTES.txt]