Skip to content

Commit f0e8168

Browse files
authored
Merge pull request #63 from jluebbe/build-devel
.github/workflows/build: add build for labgrid development version
2 parents 26222fa + 0a2834e commit f0e8168

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ jobs:
7070
run: |
7171
source poky/oe-init-build-env build
7272
bitbake python3-usbsdmux
73+
- name: Enable development version for labgrid
74+
run: |
75+
echo 'LABGRID_USE_DEVEL_VERSION = "1"' >> build/conf/local.conf
76+
- name: Build labgrid (development version)
77+
run: |
78+
source poky/oe-init-build-env build
79+
bitbake python3-labgrid
7380
- name: Cache Data
7481
env:
7582
CACHE_KEY: ${{ secrets.YOCTO_CACHE_KEY }}

0 commit comments

Comments
 (0)