Skip to content

Commit 463cb19

Browse files
committed
ci: remove automated install testing from regular ci
1 parent 166fc2f commit 463cb19

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,3 @@ jobs:
4343
version: 0.12.0
4444
- run: zig build -Dtarget=${{ matrix.target }}
4545
- run: zig build test
46-
47-
install-script:
48-
strategy:
49-
matrix:
50-
target:
51-
- "ubuntu-latest"
52-
- "macos-latest"
53-
- "macos-13"
54-
55-
runs-on: ${{ matrix.target }}
56-
steps:
57-
- run: curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/AMythicDev/zigverm/main/scripts/install.sh | bash
58-
- run: ls ~/.zigverm/bin/
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: ci
2+
on:
3+
push: tags
4+
jobs:
5+
install-script:
6+
strategy:
7+
matrix:
8+
target:
9+
- "ubuntu-latest"
10+
- "macos-latest"
11+
- "macos-13"
12+
13+
runs-on: ${{ matrix.target }}
14+
steps:
15+
- run: curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/AMythicDev/zigverm/main/scripts/install.sh | bash
16+
- run: ls ~/.zigverm/bin/
17+
18+
19+

0 commit comments

Comments
 (0)