tangled
alpha
login
or
join now
altagos.dev
/
factorio-toolbox
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
workflows: create web workflow
altagos.dev
4 months ago
3d6965dc
5500e1f4
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
0/2
build.yml
failed
1min 1s
web.yml
failed
58s
+18
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
web.yml
+18
.tangled/workflows/web.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- mise
10
10
+
11
11
+
steps:
12
12
+
- name: Setup Zig
13
13
+
command: |
14
14
+
mise trust
15
15
+
mise exec zig -- zig version
16
16
+
- name: Build ReleaseSafe
17
17
+
command: |
18
18
+
mise exec zig -- zig build -Doptimize=ReleaseSmall -Dtarget=wasm32-emscripten -Ddocking