alpha
Login
or
Join now
woody.fm
/
swift-file-tree
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A type safe swift ResultBuilder DSL for structured directories
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Use Tangled microVM CI
author
Woodrow Melling
committer
Tangled
date
3 weeks ago
(Jun 30, 2026, 7:09 PM +0300)
commit
012622e5
012622e52a6461983dff80052db474cacf2c77dd
parent
a954619a
a954619adf1e46a5d67a06188f7fb4c5df68a508
change-id
uoptqtnu
uoptqtnuwmsqlvowntuwtwxyrqxtkvnr
1/1
ci.yml
success
54s
+13
-4
1 changed file
Expand all
Collapse all
Unified
Split
.tangled
workflows
ci.yml
+13
-4
.tangled/workflows/ci.yml
View file
Reviewed
···
4
4
- event: ["pull_request"]
5
5
branch: ["main"]
6
6
7
7
-
engine: tack
7
7
+
engine: microvm
8
8
+
image: nixos
9
9
+
10
10
+
virtualisation:
11
11
+
docker: true
8
12
9
9
-
tack:
10
10
-
buildkite:
11
11
-
pipeline: swift-file-tree
13
13
+
steps:
14
14
+
- name: "Build and test"
15
15
+
command: |
16
16
+
docker run --rm \
17
17
+
--volume "$PWD":/workdir \
18
18
+
--workdir /workdir \
19
19
+
swift:6.3-noble \
20
20
+
bash -lc 'swift build && swift test'