File tree Expand file tree Collapse file tree 12 files changed +246
-6
lines changed Expand file tree Collapse file tree 12 files changed +246
-6
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments