Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
prepare certificate for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 13, 2022
1 parent de08edd commit f5ccc70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ test:
- pytest
commands:
- pytest -v tests
- set "CONSTRUCTOR_SIGNTOOL_PATH=C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\signtool.exe" # [win]
- set "CONSTRUCTOR_SIGNING_CERTIFICATE=certificate.pfx" # [win]
- set "CONSTRUCTOR_PFX_CERTIFICATE_PASSWORD=1234" # [win]
- powershell scripts\create_self_signed_certificate.ps1 # [win]
- copy /Y "%CONSTRUCTOR_SIGNING_CERTIFICATE%" examples\signing\certificate.pfx # [win]
# Skip for linux-aarch64 because examples use "main" channel which has no builds for that platform.
- python scripts/run_examples.py # [not aarch64]
- constructor -V
Expand Down

0 comments on commit f5ccc70

Please sign in to comment.