Skip to content

Commit

Permalink
Will this setup the env variables?
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Nov 11, 2024
1 parent be267e3 commit 20a9fe2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .builder/actions/sdk-ci-prep.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import Builder

class SdkCiPrep(Builder.Action):
def run(self, env):
actions = [
Builder.SetupCrossCICrtEnvironment()
]
return Builder.Script(actions, name='sdk-ci-prep')
1 change: 1 addition & 0 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"_comment": "See .builder/actions/build_samples.py for definition of 'build-samples'",
"build_steps": [
"sdk-ci-prep",
"build",
"build-samples"
],
Expand Down

0 comments on commit 20a9fe2

Please sign in to comment.