This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Use Tangled microVM CI

authored by

Woodrow Melling and committed by
Tangled
(Jul 10, 2026, 7:24 PM +0300) 8229cfd1 0053c750

Waiting for spindle ...
+13 -4
+13 -4
.tangled/workflows/ci.yml
··· 4 4 - event: ["pull_request"] 5 5 branch: ["main"] 6 6 7 - engine: tack 7 + engine: microvm 8 + image: nixos 9 + 10 + virtualisation: 11 + docker: true 8 12 9 - tack: 10 - buildkite: 11 - pipeline: swift-dependencies-source-control-client 13 + steps: 14 + - name: "Build and test" 15 + command: | 16 + docker run --rm \ 17 + --volume "$PWD":/workdir \ 18 + --workdir /workdir \ 19 + swift:6.3-noble \ 20 + bash -lc 'swift build && swift test'