Skip to content

Commit

Permalink
Merge pull request #66 from Burke-Lauenroth-Lab/feature_CodeTesting
Browse files Browse the repository at this point in the history
- improve ci; however, the CIs are currently only set up to check the build phase
- improve status updates on readme
- unit test framework still missing
  • Loading branch information
dschlaep committed Sep 28, 2017
2 parents cb4c789 + 5b6efb9 commit 9333676
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
# Example code in package build process
*-Ex.R
/Debug/

# Test project output
/testing/Output/*
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
[![Travis-CI Build Status](https://travis-ci.org/Burke-Lauenroth-Lab/SOILWAT2.svg?branch=master)](https://travis-ci.org/Burke-Lauenroth-Lab/SOILWAT2)
| Unix | Windows | Release | License | Coverage | Downloads |
| :---- | :---- | :---- | :---- | :---- | :---- |
[ ![Travis build status][1]][2] | [![Appveyor build status][3]][4] | [ ![github release][5]][6] | [![license][7]][8] | [![codecov status][9]][10] | [![github downloads][11]][12] |

[1]: https://travis-ci.org/Burke-Lauenroth-Lab/SOILWAT2.svg?branch=master
[2]: https://travis-ci.org/Burke-Lauenroth-Lab/SOILWAT2
[3]: https://ci.appveyor.com/api/projects/status/noes9lralyjhen3t/branch/master?svg=true
[4]: https://ci.appveyor.com/project/dschlaep/soilwat2/branch/master
[5]: https://img.shields.io/github/release/Burke-Lauenroth-Lab/SOILWAT2.svg?label=current+release
[6]: https://github.com/Burke-Lauenroth-Lab/SOILWAT2/releases
[7]: https://img.shields.io/github/license/Burke-Lauenroth-Lab/SOILWAT2.svg
[8]: https://www.gnu.org/licenses/gpl.html
[9]: https://codecov.io/gh/Burke-Lauenroth-Lab/SOILWAT2/branch/master/graph/badge.svg
[10]: https://codecov.io/gh/Burke-Lauenroth-Lab/SOILWAT2
[11]: https://img.shields.io/github/downloads/Burke-Lauenroth-Lab/SOILWAT2/total.svg
[12]: https://github.com/Burke-Lauenroth-Lab/SOILWAT2


# SOILWAT2

Expand Down
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
platform:
- x86
- Any CPU

matrix:
fast_finish: true

# to run your custom scripts instead of automatic MSBuild
build_script:
- set PATH=%PATH%;c:\cygwin\bin
- make compile

0 comments on commit 9333676

Please sign in to comment.