Skip to content

Commit 56c1461

Browse files
authored
Merge pull request #1453 from Wandalen/beta
AUTO : Forward from beta to master
2 parents 9ae6281 + 35b85d5 commit 56c1461

File tree

2,645 files changed

+154694
-58385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,645 files changed

+154694
-58385
lines changed

.cargo/config.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11

2+
# qqq : xxx : explain purpose of each line
23
[env]
34
MODULES_PATH = { value = "module", relative = true }
45
WORKSPACE_PATH = { value = ".", relative = true }
56

67
[net]
78
# offline = true
9+
10+
# [build]
11+
# rustdocflags = [ "--cfg", "feature=\"normal_build\"" ]
12+
13+
# [alias]
14+
# test = "test --doc --features normal_build,enabled"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name : asbytes
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+
# asbytes
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/core/asbytes/Cargo.toml'
22+
module_name : 'asbytes'
23+
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

.github/workflows/module_assistant_push.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name : async_from
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+
# async_from
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/core/async_from/Cargo.toml'
22+
module_name : 'async_from'
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 : async_tools
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+
# async_tools
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/core/async_tools/Cargo.toml'
22+
module_name : 'async_tools'
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 : component_model_meta
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+
# component_model_meta
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/core/component_model_meta/Cargo.toml'
22+
module_name : 'component_model_meta'
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 : component_model
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+
# component_model
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/core/component_model/Cargo.toml'
22+
module_name : 'component_model'
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 : component_model_types
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+
# component_model_types
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/core/component_model_types/Cargo.toml'
22+
module_name : 'component_model_types'
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 : graphs_tools_deprecated
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+
# graphs_tools_deprecated
17+
18+
test :
19+
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
20+
with :
21+
manifest_path : 'module/move/graphs_tools_deprecated/Cargo.toml'
22+
module_name : 'graphs_tools_deprecated'
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 : 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 }}

0 commit comments

Comments
 (0)