mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge branch 'master' into develop
This commit is contained in:
6
.github/workflows/build-docs.yml
vendored
6
.github/workflows/build-docs.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
echo "Repository: ${{ github.repository }}"
|
echo "Repository: ${{ github.repository }}"
|
||||||
echo "Commit-Id: ${{ github.sha }}"
|
echo "Commit-Id: ${{ github.sha }}"
|
||||||
echo "Owner: ${{ github.repository_owner }}"
|
echo "Owner: ${{ github.repository_owner }}"
|
||||||
echo "FORCE_PUSH: ${{ env.FORCE_PUSH }}"
|
echo "FORCE_PUSH: ${{ vars.FORCE_PUSH }}"
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# Prepare build environment
|
# Prepare build environment
|
||||||
@@ -126,8 +126,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cp ./build/doc/*.html ./build/MOOSE_DOCS/Documentation/
|
cp ./build/doc/*.html ./build/MOOSE_DOCS/Documentation/
|
||||||
|
|
||||||
- name: Push result to docs repository (skipped by act)
|
- name: Push result to docs repository
|
||||||
if: ${{ env.FORCE_PUSH == 'true' }}
|
if: ${{ vars.FORCE_PUSH == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
git config user.name "kaltokri"
|
git config user.name "kaltokri"
|
||||||
git config user.email "rolf.geuenich@gmail.com"
|
git config user.email "rolf.geuenich@gmail.com"
|
||||||
|
|||||||
8
.github/workflows/build-includes.yml
vendored
8
.github/workflows/build-includes.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
echo "Branch name: ${{ steps.extract_branch.outputs.branch }}"
|
echo "Branch name: ${{ steps.extract_branch.outputs.branch }}"
|
||||||
echo "Repository: ${{ github.repository }}"
|
echo "Repository: ${{ github.repository }}"
|
||||||
echo "Commit-Id: ${{ github.sha }}"
|
echo "Commit-Id: ${{ github.sha }}"
|
||||||
echo "FORCE_PUSH: ${{ env.FORCE_PUSH }}"
|
echo "FORCE_PUSH: ${{ vars.FORCE_PUSH }}"
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# Prepare build environment
|
# Prepare build environment
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
# Run LuaCheck
|
# Run LuaCheck
|
||||||
#########################################################################
|
#########################################################################
|
||||||
- name: Run LuaCheck
|
- name: Run LuaCheck
|
||||||
if: ${{ env.SKIP_LUACHECK != 'true' }}
|
if: ${{ vars.SKIP_LUACHECK != true }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
luacheck --std=lua51c --config=.luacheckrc -gurasqq "Moose Development/Moose"
|
luacheck --std=lua51c --config=.luacheckrc -gurasqq "Moose Development/Moose"
|
||||||
@@ -119,8 +119,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cp -r ./build/result/* ./build/MOOSE_INCLUDE/
|
cp -r ./build/result/* ./build/MOOSE_INCLUDE/
|
||||||
|
|
||||||
- name: Push result to MOOSE_INCLUDE repository (skipped by act)
|
- name: Push result to MOOSE_INCLUDE repository
|
||||||
if: ${{ env.FORCE_PUSH == 'true' }}
|
if: ${{ vars.FORCE_PUSH == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
git config user.name "MooseBotter"
|
git config user.name "MooseBotter"
|
||||||
git config user.email "moosebotter@tniedermeier.com"
|
git config user.email "moosebotter@tniedermeier.com"
|
||||||
|
|||||||
@@ -94,7 +94,7 @@
|
|||||||
-- ## Set Google
|
-- ## Set Google
|
||||||
--
|
--
|
||||||
-- Use Google's text-to-speech engine with the @{#MSRS.SetGoogle} function, e.g. ':SetGoogle()'.
|
-- Use Google's text-to-speech engine with the @{#MSRS.SetGoogle} function, e.g. ':SetGoogle()'.
|
||||||
-- By enabling this it also allows you to utilize SSML in your text for added flexibilty.
|
-- By enabling this it also allows you to utilize SSML in your text for added flexibility.
|
||||||
-- For more information on setting up a cloud account, visit: https://cloud.google.com/text-to-speech
|
-- For more information on setting up a cloud account, visit: https://cloud.google.com/text-to-speech
|
||||||
-- Google's supported SSML reference: https://cloud.google.com/text-to-speech/docs/ssml
|
-- Google's supported SSML reference: https://cloud.google.com/text-to-speech/docs/ssml
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[](https://ci.appveyor.com/project/Applevangelist/MOOSE)
|
[](https://github.com/FlightControl-Master/MOOSE/actions/workflows/build-includes.yml)
|
||||||
|
|
||||||
# MOOSE framework
|
# MOOSE framework
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user