forked from ThreeMammals/Ocelot
-
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.
Merge pull request #7 from ThreeMammals/develop
update develop
- Loading branch information
Showing
744 changed files
with
38,092 additions
and
35,213 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,29 +1,43 @@ | ||
version: 2.1 | ||
orbs: | ||
queue: eddiewebb/[email protected] | ||
jobs: | ||
build: | ||
docker: | ||
- image: mijitt0m/ocelot-build:0.0.1 | ||
- image: mijitt0m/ocelot-build:0.0.9 | ||
steps: | ||
- checkout | ||
- run: make build | ||
- run: dotnet tool restore && dotnet cake | ||
release: | ||
docker: | ||
- image: mijitt0m/ocelot-build:0.0.1 | ||
- image: mijitt0m/ocelot-build:0.0.9 | ||
steps: | ||
- checkout | ||
- run: make release | ||
- run: dotnet tool restore && dotnet cake --target=Release | ||
workflows: | ||
version: 2 | ||
master: | ||
main: | ||
jobs: | ||
- queue/block_workflow: | ||
time: "20" | ||
only-on-branch: main | ||
- release: | ||
requires: | ||
- queue/block_workflow | ||
filters: | ||
branches: | ||
only: master | ||
only: main | ||
develop: | ||
jobs: | ||
- build: | ||
filters: | ||
branches: | ||
only: develop | ||
pr: | ||
jobs: | ||
- build: | ||
filters: | ||
branches: | ||
ignore: | ||
- master | ||
- main | ||
- develop |
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,18 @@ | ||
{ | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"cake.tool": { | ||
"version": "3.0.0", | ||
"commands": [ | ||
"dotnet-cake" | ||
] | ||
}, | ||
"coveralls.net": { | ||
"version": "4.0.1", | ||
"commands": [ | ||
"csmacnz.Coveralls" | ||
] | ||
} | ||
} | ||
} |
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,5 @@ | ||
*/*/bin | ||
*/*/obj | ||
*/*/bin | ||
*/*/obj | ||
artifacts/ | ||
TestResults/ | ||
tools/ |
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,5 @@ | ||
# 2010 | ||
*.txt -crlf | ||
|
||
# 2020 | ||
*.txt text eol=lf |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.