Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Build SGP40 application note during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Aug 24, 2020
1 parent a4fd2ec commit c25f166
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: sensirion/embedded-ci:2.1.0
- image: sensirion/embedded-ci:2.2.0
steps:
- checkout
- run:
Expand All @@ -13,6 +13,7 @@ jobs:
- run: make
- run: make clean
- run: make style-check
- run: (cd docs && pip3 install -r requirements.txt && make latexpdf)
- run: make release
- run:
name: build stub release drivers
Expand Down Expand Up @@ -47,12 +48,13 @@ jobs:
deploy:
docker:
- image: sensirion/embedded-ci:2.1.0
- image: sensirion/embedded-ci:2.2.0
steps:
- checkout
- run:
name: update common repo
command: git submodule update --init
- run: (cd docs && pip3 install -r requirements.txt && make latexpdf)
- run: make release
- run:
name: Move zip files to artifact directory
Expand Down

0 comments on commit c25f166

Please sign in to comment.