We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26222fa + 0a2834e commit f0e8168Copy full SHA for f0e8168
.github/workflows/build.yml
@@ -70,6 +70,13 @@ jobs:
70
run: |
71
source poky/oe-init-build-env build
72
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
78
+ source poky/oe-init-build-env build
79
+ bitbake python3-labgrid
80
- name: Cache Data
81
env:
82
CACHE_KEY: ${{ secrets.YOCTO_CACHE_KEY }}
0 commit comments