tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
ci: add windows-selftest to github
Eli Mallon
9 months ago
db0a13d4
f4b7102d
+14
1 changed file
expand all
collapse all
unified
split
.github
workflows
windows-selftest.yaml
+14
.github/workflows/windows-selftest.yaml
···
1
1
+
jobs:
2
2
+
windows-selftest:
3
3
+
name: windows-selftest
4
4
+
runs-on: windows-latest
5
5
+
steps:
6
6
+
- name: Check out code
7
7
+
uses: actions/checkout@v4.1.7
8
8
+
with:
9
9
+
fetch-depth: 0
10
10
+
ref: ${{ github.event.pull_request.head.sha }}
11
11
+
12
12
+
- name: make node
13
13
+
run: |
14
14
+
C:\msys64\usr\bin\bash -lc "bash -x ./util/windows-selftest.sh https://git-cloudflare.stream.place/api/v4/projects/1/packages/generic/latest/v0.6.19/streamplace-desktop-v0.6.19-windows-amd64.exe"