-
Notifications
You must be signed in to change notification settings - Fork 496
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 #348 from CoiniumServ/develop
Sync master with develop branch for very first release.
- Loading branch information
Showing
567 changed files
with
23,742 additions
and
4,757 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,16 @@ | ||
language: objective-c | ||
env: | ||
global: | ||
- secure: "jan4aHikK+XOsBfJrhbFnrFlhAJ7p31z2KiXxoviFmO+5gIsZuhaEIniA5Kx/27rakj0CphoXxGL77WAYiEuVGJKl5j2j55zCYxSrs3ux7OuDut7A3NmwFXD65XcU75Pj12O3YMN96FKSY1ESdf0SBnti+hvgGDgIM47MOFWxME=" | ||
- EnableNuGetPackageRestore=true | ||
matrix: | ||
- MONO_VER="3.2.7" Package="pkg" | ||
- MONO_VER="3.4.0" Package="pkg" | ||
before_install: | ||
- wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.${Package}" | ||
- chmod +x ./build/extra/travis-build.sh | ||
- ./build/extra/travis-build.sh | ||
- ./build/extra/travis/install-mono.sh | ||
script: | ||
- xbuild build/CoiniumServ.sln | ||
- chmod +x ./build/extra/run-tests.sh | ||
- ./build/extra/run-tests.sh | ||
- ./build/extra/travis/run-tests.sh | ||
notifications: | ||
irc: chat.freenode.net#coinium-dev | ||
irc: chat.freenode.net#coiniumserv-dev | ||
email: false | ||
addons: | ||
coverity_scan: | ||
project: | ||
name: CoiniumServ/CoiniumServ | ||
description: C# Mono/.Net based crypto currency mining pool software | ||
build_command_prepend: | ||
build_command: xbuild build/CoiniumServ.sln | ||
branch_pattern: coverity_scan |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,2 +1,2 @@ | ||
/*.sln.DotSettings | ||
*.userprefs | ||
*.userprefs |
Oops, something went wrong.