csiro-hydroinformatics / wila

A C++ framework to couple optimisation tools and simulation models
Other
2 stars 4 forks source link

Add Appveyor configuration for automated testing #5

Closed amacd31 closed 7 years ago

amacd31 commented 7 years ago

This pull request adds a .appveyor.yml configuration file to allow for automated building and testing of wila using Appveyor (https://www.appveyor.com/).

The current included configuration will build and run wila_tests.exe for 32-bit and 64-bit versions with VS2015 and VS2017 (four build/test jobs in total).