Skip to content

Commit

Permalink
add .travis.yml and appveyor.yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
mciccotti committed Aug 21, 2015
1 parent d8d90f8 commit d9eb0c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: csharp

sudo: false # use the new container-based Travis infrastructure

script:
- ./build.sh All

9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
init:
- git config --global core.autocrlf input
build_script:
- cmd: build.cmd
test: off
version: 0.0.1.{build}
artifacts:
- path: bin
name: bin

0 comments on commit d9eb0c8

Please sign in to comment.