Skip to content

Commit

Permalink
Merge branch 'alpha' of github.com:Wandalen/wTools into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Nov 5, 2024
2 parents 4a8e0c3 + aa0de54 commit fa11a44
Show file tree
Hide file tree
Showing 134 changed files with 3,058 additions and 498 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/module_async_from_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : async_from

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# async_from

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/async_from/Cargo.toml'
module_name : 'async_from'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_async_tools_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : async_tools

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# async_tools

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/async_tools/Cargo.toml'
module_name : 'async_tools'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_graphtools_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : graphtools

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# graphtools

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/graphtools/Cargo.toml'
module_name : 'graphtools'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_mindx_12_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : mindx12

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# mindx12

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/mindx12/Cargo.toml'
module_name : 'mindx12'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_mingl_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : mingl

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# mingl

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/mingl/Cargo.toml'
module_name : 'mingl'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_minmetal_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : minmetal

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# minmetal

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/minmetal/Cargo.toml'
module_name : 'minmetal'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_minopengl_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : minopengl

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# minopengl

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/minopengl/Cargo.toml'
module_name : 'minopengl'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_minvulkan_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : minvulkan

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# minvulkan

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/minvulkan/Cargo.toml'
module_name : 'minvulkan'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_minwebgl_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : minwebgl

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# minwebgl

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/minwebgl/Cargo.toml'
module_name : 'minwebgl'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_minwebgpu_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : minwebgpu

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# minwebgpu

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/minwebgpu/Cargo.toml'
module_name : 'minwebgpu'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_minwgpu_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : minwgpu

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# minwgpu

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/minwgpu/Cargo.toml'
module_name : 'minwgpu'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
2 changes: 1 addition & 1 deletion .github/workflows/module_proper_path_tools_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/proper_path_tools/Cargo.toml'
manifest_path : 'module/blank/proper_path_tools/Cargo.toml'
module_name : 'proper_path_tools'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_pth_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : pth

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# pth

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/pth/Cargo.toml'
module_name : 'pth'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
Loading

0 comments on commit fa11a44

Please sign in to comment.