Skip to content

Commit

Permalink
ci: update lightbulb sample
Browse files Browse the repository at this point in the history
Update the sample

Signed-off-by: Maximilian Deubel <[email protected]>
  • Loading branch information
maxd-nordic authored and coderbyheart committed Feb 21, 2023
1 parent 92da131 commit 71a62e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,14 @@ jobs:
docker run --rm \
-v ${PWD}:/workdir/project \
-v ${PWD}/mqtt-light-bulb:/workdir/nrf \
-w /workdir/nrf/samples/net/mqtt \
-w /workdir/nrf/samples/net/mqtt-lightbulb \
nordicplayground/nrfconnect-sdk:main \
west build \
-p always \
-b thingy91_nrf9160_ns \
--build-dir /workdir/project/build \
-- \
-DOVERLAY_CONFIG="/workdir/nrf/samples/net/mqtt/overlay-tls-nrf9160.conf;/workdir/project/light-bulb.conf;/workdir/project/firmware.conf" \
-DOVERLAY_CONFIG="/workdir/nrf/samples/net/mqtt-lightbulb/overlay-tls-nrf9160.conf;/workdir/project/light-bulb.conf;/workdir/project/firmware.conf" \
-DEXTRA_CFLAGS="-Werror"
- run: cat firmware/firmware.conf
Expand Down
2 changes: 1 addition & 1 deletion mqtt-light-bulb

0 comments on commit 71a62e9

Please sign in to comment.