Skip to content

Commit

Permalink
Basic CI Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Nov 12, 2024
1 parent 5fa7606 commit c57dec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'docs'

env:
BUILDER_VERSION: v0.9.70
BUILDER_VERSION: v0.9.71
BUILDER_SOURCE: releases
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-iot-device-sdk-cpp-v2
Expand Down
5 changes: 4 additions & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@
},
"_comment": "See .builder/actions/build_samples.py for definition of 'build-samples'",
"build_steps": [
"sdk-ci-prep",
"build",
"build-samples"
],
"test_steps": [
"sdk-ci-prep",
"test"
],
"variants" : {
"skip_sample": {
"!build_steps": [
Expand Down

0 comments on commit c57dec7

Please sign in to comment.