Skip to content

Commit 48816ba

Browse files
committed
Add auto-generated continous-integration github action.
1 parent 75d0ce6 commit 48816ba

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# ------------------------------------------------------------------------------
2+
# <auto-generated>
3+
#
4+
# This code was generated.
5+
#
6+
# - To turn off auto-generation set:
7+
#
8+
# [GitHubActions (AutoGenerate = false)]
9+
#
10+
# - To trigger manual generation invoke:
11+
#
12+
# nuke --generate-configuration GitHubActions_continous-integration --host GitHubActions
13+
#
14+
# </auto-generated>
15+
# ------------------------------------------------------------------------------
16+
17+
name: continous-integration
18+
19+
on:
20+
push:
21+
branches:
22+
- master
23+
pull_request:
24+
branches:
25+
- *
26+
27+
jobs:
28+
ubuntu-latest:
29+
name: ubuntu-latest
30+
runs-on: ubuntu-latest
31+
steps:
32+
- uses: actions/checkout@v1
33+
- name: Run './build.cmd ContinousIntegration'
34+
run: ./build.cmd ContinousIntegration
35+
env:
36+
NugetApiKey: ${{ secrets.NugetApiKey }}

0 commit comments

Comments
 (0)