Skip to content

Commit

Permalink
Merge pull request #60 from WQCG/ds/mingw-w64-gcc6.3.0
Browse files Browse the repository at this point in the history
Ds/mingw w64 gcc6.3.0
  • Loading branch information
dsteinmo committed Jun 11, 2018
2 parents 351d2ab + 332566c commit 38b765b
Show file tree
Hide file tree
Showing 17 changed files with 947 additions and 192 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ script:
make test && \
for filename in bin/* ; do \
valgrind --error-exitcode=1 --leak-check=full --track-origins=yes "$filename"; \
done
done && \
make clean && CXX=clang++ make test
after_success:
- make docs
- coveralls --exclude include/igloo --gcov-options '\-lp'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

blitzdg is an open-source project aiming to implement parallel discontinuous Galerkin (dg) solvers for common partial differential equations systems using blitz++ for array and tensor manipulations and MPI for distributed parallelism.

[![Build Status](https://travis-ci.org/dsteinmo/blitzdg.svg?branch=master)](https://travis-ci.org/WQCG/blitzdg) [![Coverage Status](https://coveralls.io/repos/github/WQCG/blitzdg/badge.svg?branch=master)](https://coveralls.io/github/WQCG/blitzdg?branch=master) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/pmx725yhsrnq3thu?svg=true)](https://ci.appveyor.com/project/WQCG/blitzdg)
[![Build Status](https://travis-ci.org/dsteinmo/blitzdg.svg?branch=master)](https://travis-ci.org/WQCG/blitzdg) [![Coverage Status](https://coveralls.io/repos/github/WQCG/blitzdg/badge.svg?branch=master)](https://coveralls.io/github/WQCG/blitzdg?branch=master)

## Getting Started

Expand Down Expand Up @@ -36,15 +36,15 @@ Dependency installation is outlined in `pull-deps.sh` (tested on Ubuntu and Mac

### Windows Dependencies

The Windows build requires [MinGW/MinGW64](http://www.mingw.org/wiki/Getting_Started "MinGW Installation Instructions") and is currently tested in the AppVeyor CI process. There is currently not a Visual Studio/MSVC build.
The Windows build requires [MinGW/MinGW64](http://www.mingw.org/wiki/Getting_Started "MinGW Installation Instructions"). There is currently not a Visual Studio/MSVC build.

Run `.\pull-deps.ps1` in Powershell (4+ or Powershell Core (`pwsh`)).

## Contributing

We accept pull requests from public forks, and we use pull requests as the primary delivery mechanism of any new code within the base repository.

If you add code, please write tests using the igloo testing framework that is included as a project dependency. Your code additions will be subject to peer review and will be run through our AppVeyor and Travis-CI continuous integration processes.
If you add code, please write tests using the igloo testing framework that is included as a project dependency. Your code additions will be subject to peer review and will be run through our Travis-CI continuous integration process.

Interested developers should consult the [Guidelines for Contributing](https://github.com/WQCG/blitzdg/blob/master/CONTRIBUTING.md "Contributing Markdown") before getting started.

Expand Down
16 changes: 0 additions & 16 deletions appveyor.yml

This file was deleted.

0 comments on commit 38b765b

Please sign in to comment.