Skip to content

Commit

Permalink
Also test scarthgap
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Oct 22, 2024
1 parent e050e94 commit 87f26c2
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
sudo locale-gen en_US.UTF-8
sudo update-locale
- run: |
git clone -b kirkstone --single-branch git://git.yoctoproject.org/poky
git clone -b kirkstone --single-branch git://git.openembedded.org/meta-openembedded
git clone -b master --single-branch https://github.com/rust-embedded/meta-rust-bin.git
git clone -b kirkstone --single-branch https://github.com/kraj/meta-clang.git
git clone -b kirkstone git://git.yoctoproject.org/poky
git clone -b kirkstone git://git.openembedded.org/meta-openembedded
git clone -b master https://github.com/rust-embedded/meta-rust-bin.git
git clone -b kirkstone https://github.com/kraj/meta-clang.git
- run: |
cd poky
. oe-init-build-env
Expand All @@ -48,3 +48,14 @@ jobs:
. oe-init-build-env
bitbake -c compile slint-hello-world
bitbake -c compile slint-demos
- run: |
for dir in poky meta-openembedded meta-clang; do
pushd $dir
git checkout -f scarthgap
popd
done
- run: |
cd poky
. oe-init-build-env
bitbake -c compile slint-hello-world
bitbake -c compile slint-demos

0 comments on commit 87f26c2

Please sign in to comment.