Skip to content

Commit

Permalink
Test with addons and info file
Browse files Browse the repository at this point in the history
Test with addons and info file

Test with addons and info file

Test addons condition

Added addons option

Test addons condition

Test multiple condition

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file

Test with addons and info file
  • Loading branch information
KevinRohn committed Mar 20, 2024
1 parent 6f826e1 commit 47dae80
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 67 deletions.
35 changes: 23 additions & 12 deletions .github/workflows/setup-matrix.yml → .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,17 @@ name: Setup CODESYS Installation in matrix
on: push

jobs:
setup-codesys:
setup-installation:
strategy:
matrix:
generation:
- 3.5.16.0
- 3.5.17.0
- 3.5.18.0
- 3.5.19.0
- 3.5.20.0
architecture:
- 32
- 64
include:
- generation: 3.5.16.0
patch: 3
- generation: 3.5.17.0
patch: 2
- generation: 3.5.18.0
patch: 4
- generation: 3.5.19.0
patch: 6
- generation: 3.5.20.0
patch: 0

Expand All @@ -47,4 +37,25 @@ jobs:
echo "Installer path: ${{ steps.setup_codesys.outputs.installer-path }}"
echo "Installer executable: ${{ steps.setup_codesys.outputs.installer-cli-executable }}"
echo "CODESYS Path: ${{ steps.setup_codesys.outputs.codesys-path }}"
echo "CODESYS executable: ${{ steps.setup_codesys.outputs.codesys-executable }}"
echo "CODESYS executable: ${{ steps.setup_codesys.outputs.codesys-executable }}"
setup-installation-with-addons:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup CODESYS
id: setup_codesys
uses: ./
with:
installer-version: 2.2.2
auto-update-installer: true
generation: 3.5.20.0
architecture: 64
install-add-ons: true
add-ons-list: |
dd6c2da4-2ed2-4076-9bf7-52394db68819,1.4.0.0
fb6f3506-d165-4e75-a1b9-98895d542cc8,4.5.0.0
add-ons-from-file-list: |
example/HVAC_Building_Process_Automation_SL_3.0.0.0.package
Loading

0 comments on commit 47dae80

Please sign in to comment.