-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from keenlabs/jm_MergeDotNetSummer
Merge dotnetsummer work. There are a few things to tidy up before cutting a new release an pushing the new .nupkg to NuGet, but we'll spin up another branch off master for those small items. Thanks!
- Loading branch information
Showing
83 changed files
with
9,085 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
language: csharp | ||
|
||
# .NET Core version | ||
dotnet: 2.0.0 | ||
|
||
# Don't bother with mono since we're doing a .NET Core-based build | ||
mono: none | ||
|
||
# OS matrix | ||
os: | ||
- linux | ||
- osx | ||
|
||
# Ubuntu version for the linux build | ||
dist: trusty | ||
|
||
# The image to use for the osx build | ||
osx_image: xcode8.3 | ||
|
||
# Build and run the Keen.NetStandard project and run its tests | ||
script: | | ||
cd Keen.NetStandard.Test | ||
dotnet test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.