forked from laochiangx/Common.Utility
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jimmey-Jiang
authored
Jan 17, 2018
1 parent
e5df816
commit 349f234
Showing
1 changed file
with
4 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,6 @@ | ||
language: csharp | ||
sudo: required | ||
mono: none | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
dist: trusty # Ubuntu 14.04 | ||
dotnet: 2.0.0 | ||
mono: none | ||
env: DOTNETCORE=1 | ||
sudo: required | ||
# - os: osx | ||
# osx_image: xcode8.3 # macOS 10.12 | ||
# dotnet: 2.0.0 | ||
# mono: none | ||
# env: DOTNETCORE=1 | ||
# before_install: | ||
# - chmod a+x ./build.sh | ||
# - ulimit -n 1024 ; | ||
# - brew update | ||
# - brew install mariadb | ||
# - brew services start mariadb | ||
# - brew install redis | ||
# - brew services start redis | ||
|
||
services: | ||
- mysql | ||
- redis-server | ||
|
||
before_install: | ||
- chmod a+x ./build.sh | ||
|
||
install: | ||
- export DOTNET_CLI_TELEMETRY_OPTOUT=1 | ||
|
||
script: | ||
solution: solution-name.sln | ||
script: # the following commands are just examples, use whatever your build process requires | ||
- ./build.sh | ||
- ./test.sh | ||
- grep "Test Results" build.log |