Skip to content

Commit

Permalink
Merge pull request #476 from OmniSharp/cake-build
Browse files Browse the repository at this point in the history
Add Cake build script
  • Loading branch information
david-driscoll committed Mar 25, 2016
2 parents 74dd00b + be219b2 commit 32e3d19
Show file tree
Hide file tree
Showing 14 changed files with 832 additions and 611 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ buildlog
*.nuget.targets

# Build folder
.build/
.tools/
.dotnet/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install jq; fi
script:
- ./build.sh
- "./build.sh -target=All"
addons:
apt:
packages:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ init:
- git config --global core.autocrlf true
test: off # this turns of AppVeyor automatic searching for test-assemblies, not the actual testing
build_script:
- ps: .\build.ps1
- ps: .\build.ps1 -target=All
artifacts:
- path: artifacts/package/*.zip
deploy:
Expand Down
Loading

0 comments on commit 32e3d19

Please sign in to comment.