Skip to content

Commit

Permalink
Merge pull request #1367 from Wandalen/alpha
Browse files Browse the repository at this point in the history
AUTO : Forward from alpha to beta
  • Loading branch information
Wandalen authored Aug 20, 2024
2 parents 9d1ed58 + dce390f commit 3db5943
Show file tree
Hide file tree
Showing 1,134 changed files with 26,007 additions and 11,034 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/module_assistant_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : assistant

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


env :
CARGO_TERM_COLOR : always

jobs :

# assistant

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/move/assistant/Cargo.toml'
module_name : 'assistant'
commit_message : ${{ github.event.head_commit.message }}
23 changes: 23 additions & 0 deletions .github/workflows/module_brain_tools_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : brain_tools

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


env :
CARGO_TERM_COLOR : always

jobs :

# brain_tools

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

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


env :
CARGO_TERM_COLOR : always

jobs :

# clone_dyn_types

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

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


env :
CARGO_TERM_COLOR : always

jobs :

# draw_lang

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

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


env :
CARGO_TERM_COLOR : always

jobs :

# drawboard

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

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


env :
CARGO_TERM_COLOR : always

jobs :

# drawql

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

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


env :
CARGO_TERM_COLOR : always

jobs :

# format_tools

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

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


env :
CARGO_TERM_COLOR : always

jobs :

# paths_tools

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

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


env :
CARGO_TERM_COLOR : always

jobs :

# second_brain

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

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


env :
CARGO_TERM_COLOR : always

jobs :

# step

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'step/Cargo.toml'
module_name : 'step'
commit_message : ${{ github.event.head_commit.message }}
8 changes: 5 additions & 3 deletions .github/workflows/standard_rust_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency :

group : standard_rust_push_${{ inputs.module_name }}_${{ github.ref }}_
${{ contains( inputs.commit_message, '+test' ) || startsWith( inputs.commit_message, 'merge' ) }}
cancel-in-progress : true
cancel-in-progress : ${{ contains( inputs.commit_message, '+test' ) || startsWith( inputs.commit_message, 'merge' ) }}

env :

Expand Down Expand Up @@ -57,8 +57,10 @@ jobs :
- name: Set MANIFEST_ROOT_PATH
id: rootpath
run: echo "::set-output name=path::$(dirname ${{ inputs.manifest_path }})"
- name: Build module
run: cd ${{ steps.rootpath.outputs.path }} && cargo build && cd -
- name: Audit the modules
run: cd ${{ steps.rootpath.outputs.path }} && make audit
run: make audit
continue-on-error: true
- name: Generate documentation for the modules
run: make doc open=no manifest_path=${{ inputs.manifest_path }}
Expand Down Expand Up @@ -149,7 +151,7 @@ jobs :
attempt_delay: 10000
- uses: actions/checkout@v3
- name: Install will
run: cargo install --git https://github.com/Wandalen/wTools --branch alpha willbe
run: cargo install willbe
- name: Set MANIFEST_ROOT_PATH
id: rootpath
run: echo "::set-output name=path::$(dirname ${{ inputs.manifest_path }})"
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
!/.circleci
!/.*

/build
/builder
/binding
/target
/node_modules
/.module
/.data
/package-lock.json
/Cargo.lock
/.vscode
/_*

.env
_key
_data
target
Expand Down
Loading

0 comments on commit 3db5943

Please sign in to comment.