Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .Zeugwerk/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"fileversion": 1,
"solution": "TcUnit.sln",
"projects": [
{
"name": "TcUnit",
"plcs": [
{
"version": "1.3.2",
"distributor-name": "www.tcunit.org",
"name": "TcUnit",
"title": "TcUnit",
"type": "Library",
"packages": [],
"references": {
"*": [
"SysDir=*",
"SysFile=*",
"Tc2_Standard=*",
"Tc2_System=*",
"Tc2_Utilities=*",
"Base Interfaces=*"
]
}
}
]
}
]
}
28 changes: 28 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: TwinCAT Build
on:
push:
branches:
- master
- master_zgwk
paths:
- 'TcUnit/**'
pull_request:
branches: [ master, master_zgwk ]
workflow_dispatch:
jobs:
Build:
name: TwinCAT Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
uses: Zeugwerk/zkbuild-action@1.0.0
with:
username: ${{ secrets.ACTIONS_ZGWK_USERNAME }}
password: ${{ secrets.ACTIONS_ZGWK_PASSWORD }}
- name: Upload
uses: actions/upload-artifact@v4
with:
name: TcUnit
path: |
**/*library