Skip to content

Commit

Permalink
Add Fleet Provisioning macro definitions in CMake command (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
aggarw13 authored Aug 17, 2021
1 parent f5e546c commit 9de6cc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tag-and-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ jobs:
-DCLIENT_IDENTIFIER="ci-identifier" \
-DTHING_NAME="thing-name" \
-DS3_PRESIGNED_GET_URL="get-url" \
-DS3_PRESIGNED_PUT_URL="put-url"
-DS3_PRESIGNED_PUT_URL="put-url" \
-DCLAIM_CERT_PATH="cert/path" \
-DCLAIM_PRIVATE_KEY_PATH="key/path" \
-DPROVISIONING_TEMPLATE_NAME="template-name" \
-DDEVICE_SERIAL_NUMBER="00000" \
-DCSR_SUBJECT_NAME="CN=Fleet Provisioning Demo"
make -C build/ help | grep demo | tr -d '. ' | xargs make -C build/ -j8
make -C demos/jobs/jobs_demo_mosquitto -j8
- name : Build Check Tests
Expand Down

0 comments on commit 9de6cc4

Please sign in to comment.