Test generating user and organization licenses during build check (#252)

This commit is contained in:
Michiel Hazelhof 2025-08-05 12:05:05 +02:00
parent de61195d19
commit d34041c1e3
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF

View File

@ -13,3 +13,12 @@ jobs:
- run:
name: Build script
command: ./build.sh y
- run:
name: Build licenseGen
command: ./src/licenseGen/build.sh
- run:
name: Test generating user license
command: ./src/licenseGen/run.sh ./.keys/cert.pfx user TestName TestEmail@example.com 4a619d4a-522d-4c70-8596-affb5b607c23
- run:
name: Test generating organization license
command: ./src/licenseGen/run.sh ./.keys/cert.pfx org TestName TestEmail@example.com 4a619d4a-522d-4c70-8596-affb5b607c23