Skip to content

Commit

Permalink
ci: Created CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuca authored Nov 30, 2023
1 parent 0c94274 commit 180dc60
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:

jobs:
CI:
name: Build project
runs-on: [self-hosted, Windows, x64, TwinCAT]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.x'
- run: .\build.ps1
- run: dotnet test --no-build .\TwinGet.sln

0 comments on commit 180dc60

Please sign in to comment.