Skip to content

Commit

Permalink
Adding raspi example build
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickLang committed Aug 4, 2020
1 parent f81d888 commit bb8daa8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,13 @@ build_jobs: &build_jobs
- target-thumbv7em-none-eabihf
- target-thumbv7m-none-eabi

build_example_jobs: &build_example_jobs
jobs:
# Samples
- example-raspi

workflows:
version: 2
build_all:
<<: *build_jobs
<<: *build_example_jobs

# Build every day
nightly:
Expand Down

0 comments on commit bb8daa8

Please sign in to comment.