Skip to content

Commit 979f880

Browse files
committed
cicd
1 parent 8bfcf00 commit 979f880

12 files changed

+246
-6
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name : graphtools
2+
3+
on :
4+
push :
5+
branches :
6+
- 'alpha'
7+
- 'beta'
8+
- 'master'
9+
10+
11+
env :
12+
CARGO_TERM_COLOR : always
13+
14+
jobs :
15+
16+
# graphtools
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/blank/graphtools/Cargo.toml'
22+
module_name : 'graphtools'
23+
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name : mindx12
2+
3+
on :
4+
push :
5+
branches :
6+
- 'alpha'
7+
- 'beta'
8+
- 'master'
9+
10+
11+
env :
12+
CARGO_TERM_COLOR : always
13+
14+
jobs :
15+
16+
# mindx12
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/blank/mindx12/Cargo.toml'
22+
module_name : 'mindx12'
23+
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name : mingl
2+
3+
on :
4+
push :
5+
branches :
6+
- 'alpha'
7+
- 'beta'
8+
- 'master'
9+
10+
11+
env :
12+
CARGO_TERM_COLOR : always
13+
14+
jobs :
15+
16+
# mingl
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/blank/mingl/Cargo.toml'
22+
module_name : 'mingl'
23+
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name : minmetal
2+
3+
on :
4+
push :
5+
branches :
6+
- 'alpha'
7+
- 'beta'
8+
- 'master'
9+
10+
11+
env :
12+
CARGO_TERM_COLOR : always
13+
14+
jobs :
15+
16+
# minmetal
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/blank/minmetal/Cargo.toml'
22+
module_name : 'minmetal'
23+
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name : minopengl
2+
3+
on :
4+
push :
5+
branches :
6+
- 'alpha'
7+
- 'beta'
8+
- 'master'
9+
10+
11+
env :
12+
CARGO_TERM_COLOR : always
13+
14+
jobs :
15+
16+
# minopengl
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/blank/minopengl/Cargo.toml'
22+
module_name : 'minopengl'
23+
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name : minvulkan
2+
3+
on :
4+
push :
5+
branches :
6+
- 'alpha'
7+
- 'beta'
8+
- 'master'
9+
10+
11+
env :
12+
CARGO_TERM_COLOR : always
13+
14+
jobs :
15+
16+
# minvulkan
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/blank/minvulkan/Cargo.toml'
22+
module_name : 'minvulkan'
23+
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name : minwebgl
2+
3+
on :
4+
push :
5+
branches :
6+
- 'alpha'
7+
- 'beta'
8+
- 'master'
9+
10+
11+
env :
12+
CARGO_TERM_COLOR : always
13+
14+
jobs :
15+
16+
# minwebgl
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/blank/minwebgl/Cargo.toml'
22+
module_name : 'minwebgl'
23+
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name : minwebgpu
2+
3+
on :
4+
push :
5+
branches :
6+
- 'alpha'
7+
- 'beta'
8+
- 'master'
9+
10+
11+
env :
12+
CARGO_TERM_COLOR : always
13+
14+
jobs :
15+
16+
# minwebgpu
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/blank/minwebgpu/Cargo.toml'
22+
module_name : 'minwebgpu'
23+
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name : minwgpu
2+
3+
on :
4+
push :
5+
branches :
6+
- 'alpha'
7+
- 'beta'
8+
- 'master'
9+
10+
11+
env :
12+
CARGO_TERM_COLOR : always
13+
14+
jobs :
15+
16+
# minwgpu
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/blank/minwgpu/Cargo.toml'
22+
module_name : 'minwgpu'
23+
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

.github/workflows/module_proper_path_tools_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs :
1818
test :
1919
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
2020
with :
21-
manifest_path : 'module/core/proper_path_tools/Cargo.toml'
21+
manifest_path : 'module/blank/proper_path_tools/Cargo.toml'
2222
module_name : 'proper_path_tools'
2323
commit_message : ${{ github.event.head_commit.message }}
2424
commiter_username: ${{ github.event.head_commit.committer.username }}

0 commit comments

Comments
 (0)