Skip to content

Commit

Permalink
Add example project and jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusser committed Nov 10, 2023
1 parent fc23d80 commit 840b4eb
Show file tree
Hide file tree
Showing 471 changed files with 125,014 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
library "jenkinsLibrary@master"

library "jenkinsLibrary@develop"

buildPublishPipeline(
slackChannel: "sandbox-github"
slackChannel: "sandbox-github",
asProjectRepo: "udpcomm",
asProjectVersion: "main",
asProjectPath: "example/AsProject",
skipLpmInstall: true,
packagesToPublish: ['src/Ar/udpcomm']
)
13 changes: 13 additions & 0 deletions example/AsProject/AsProject.apj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<?AutomationStudio Version="4.11.5.46 SP" WorkingVersion="4.11"?>
<Project Description="Starter Automation Studio project." Version="1.00.0" Edition="Standard" EditionComment="Standard" xmlns="http://br-automation.co.at/AS/Project">
<Communication />
<ANSIC DefaultIncludes="true" />
<IEC ExtendedConstants="true" IecExtendedComments="true" KeywordsAsStructureMembers="false" NamingConventions="true" Pointers="true" Preprocessor="false" />
<Motion RestartAcoposParameter="true" RestartInitParameter="true" />
<Project StoreRuntimeInProject="false" />
<Variables DefaultInitValue="0" DefaultRetain="false" DefaultVolatile="true" />
<TechnologyPackages>
<Acp10Arnc0 Version="5.15.1" />
</TechnologyPackages>
</Project>
4 changes: 4 additions & 0 deletions example/AsProject/Logical/Global.typ
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

TYPE

END_TYPE
8 changes: 8 additions & 0 deletions example/AsProject/Logical/Global.var
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

VAR

END_VAR

VAR CONSTANT

END_VAR
6 changes: 6 additions & 0 deletions example/AsProject/Logical/Libraries/Loupe/Package.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<Package xmlns="http://br-automation.co.at/AS/Package">
<Objects>
<Object Type="Library" Language="ANSIC" Reference="true">..\..\src\Ar\udpcomm\ANSIC.lby</Object>
</Objects>
</Package>
5 changes: 5 additions & 0 deletions example/AsProject/Logical/Libraries/Mapp/Package.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?AutomationStudio FileVersion="4.9"?>
<Package xmlns="http://br-automation.co.at/AS/Package">
<Objects />
</Package>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 840b4eb

Please sign in to comment.