Skip to content

Commit bb8daa8

Browse files
committed
Adding raspi example build
1 parent f81d888 commit bb8daa8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,13 @@ build_jobs: &build_jobs
119119
- target-thumbv7em-none-eabihf
120120
- target-thumbv7m-none-eabi
121121

122-
build_example_jobs: &build_example_jobs
123-
jobs:
122+
# Samples
124123
- example-raspi
125124

126125
workflows:
127126
version: 2
128127
build_all:
129128
<<: *build_jobs
130-
<<: *build_example_jobs
131129

132130
# Build every day
133131
nightly:

0 commit comments

Comments
 (0)