Skip to content

Commit d54d59c

Browse files
committed
Merge branch 'main' of https://github.com/Magolves/iso14229
2 parents 63efd7c + c83b911 commit d54d59c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ jobs:
105105
cd examples/linux_server_0x27
106106
./test.sh
107107
108+
- run:
109+
name: Build and test DoIP client example
110+
command: |
111+
cd examples/doip_client
112+
./test.sh
113+
108114
workflows:
109115
version: 2
110116
build:

0 commit comments

Comments
 (0)