Skip to content

Commit 11b0a29

Browse files
authored
Create build-branch-TermRewriting.yml
1 parent ce5eefb commit 11b0a29

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: branch TermRewriting
2+
3+
on:
4+
push:
5+
branches:
6+
- feature/TermRewriting
7+
8+
jobs:
9+
build:
10+
11+
runs-on: windows-latest
12+
13+
steps:
14+
- uses: actions/checkout@v1
15+
- name: Setup .NET Core
16+
uses: actions/setup-dotnet@v1
17+
with:
18+
dotnet-version: 2.2.108
19+
- name: Run Tests
20+
run: dotnet test
21+
- name: Build with dotnet
22+
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)