We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81d888 commit bb8daa8Copy full SHA for bb8daa8
.circleci/config.yml
@@ -119,15 +119,13 @@ build_jobs: &build_jobs
119
- target-thumbv7em-none-eabihf
120
- target-thumbv7m-none-eabi
121
122
-build_example_jobs: &build_example_jobs
123
- jobs:
+ # Samples
124
- example-raspi
125
126
workflows:
127
version: 2
128
build_all:
129
<<: *build_jobs
130
- <<: *build_example_jobs
131
132
# Build every day
133
nightly:
0 commit comments