Skip to content

Commit

Permalink
Merge pull request #63 from jluebbe/build-devel
Browse files Browse the repository at this point in the history
.github/workflows/build: add build for labgrid development version
  • Loading branch information
Emantor authored Oct 22, 2024
2 parents 26222fa + 0a2834e commit f0e8168
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ jobs:
run: |
source poky/oe-init-build-env build
bitbake python3-usbsdmux
- name: Enable development version for labgrid
run: |
echo 'LABGRID_USE_DEVEL_VERSION = "1"' >> build/conf/local.conf
- name: Build labgrid (development version)
run: |
source poky/oe-init-build-env build
bitbake python3-labgrid
- name: Cache Data
env:
CACHE_KEY: ${{ secrets.YOCTO_CACHE_KEY }}
Expand Down

0 comments on commit f0e8168

Please sign in to comment.