Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature CodeTesting #66

Merged
merged 4 commits into from
Sep 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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