Skip to content

Commit 12d7a31

Browse files
init gitmodules for flatpak test build
1 parent 5cb8e76 commit 12d7a31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

network.koesling.test-modbus-tcp-client-shm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ modules:
1010
- name: Modbus_TCP_client_shm
1111
buildsystem: simple
1212
build-commands:
13+
# init submodules
14+
git submodule init
15+
git submodule update
16+
1317
# build
1418
- mkdir build
1519
- cmake -B build . -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF

0 commit comments

Comments
 (0)