Skip to content

Commit 05254e1

Browse files
committed
build docker step added
1 parent cc40ceb commit 05254e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
submodules: recursive
1515
- name: build Docker
1616
run: ./build-docker.sh
17+
- name: build Yocto
18+
run: ./server-run-docker.sh bash -c "cd meta-swift && ./build.sh"
1719
- name: runqemu swift hello world
1820
run: ./server-run-docker.sh ./execute.exp
1921

0 commit comments

Comments
 (0)