Files
EPANET/.travis.yml
2015-12-15 20:38:53 -05:00

13 lines
168 B
YAML

language: c
before_script:
- cd build/CMake
- mkdir buildproducts
- cd buildproducts
- cmake ..
script:
- make
- cd ../../../tests
- ./test_networks.sh