Skip to content

Commit

Permalink
Update CI config for dotnet SDK builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hanes committed Nov 10, 2018
1 parent 6a2a4f4 commit 0ec320d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@ language: csharp
mono:
- latest

addons:
apt:
packages:
- libunwind8

script:
- ./build.sh Build

install:
- export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
init:
- git config --global core.autocrlf input
image: Visual Studio 2017
build_script:
- cmd: build.cmd GenerateDocs
test: off
Expand All @@ -8,4 +9,4 @@ artifacts:
- path: bin
name: bin
services:
- mssql2012sp1
- mssql2014

0 comments on commit 0ec320d

Please sign in to comment.