Skip to content

Commit

Permalink
.circleci: add extra gcc-cross build step
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Jorns <[email protected]>
  • Loading branch information
ejoerns committed Feb 2, 2020
1 parent 25007e7 commit 4748b45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
- run:
name: Initialize build directory
command: TEMPLATECONF=../meta-this/conf source poky/oe-init-build-env build && sed -i s/YOCTO_VERSION/${YOCTO_VERSION}/g conf/local.conf && cat conf/local.conf
- run:
name: Build gcc-cross
command: source poky/oe-init-build-env build && bitbake gcc-cross-x86_64
- save_cache:
key: sstate-test-{{ .Branch }}-{{ .Revision }}
paths:
- "build/sstate-cache/"
- run:
name: Build rauc
command: source poky/oe-init-build-env build && bitbake rauc
Expand Down

0 comments on commit 4748b45

Please sign in to comment.