diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml new file mode 100644 index 0000000..c9e5a63 --- /dev/null +++ b/.github/workflows/compile.yml @@ -0,0 +1,31 @@ +--- +name: Compile + +# yamllint disable-line rule:truthy +on: + pull_request: + paths-ignore: + - '*.md' + push: + paths-ignore: + - '*.md' + +env: + INDI_COMMON_WORKDIR: ${{ vars.INDI_COMMON_WORKDIR || 'src/indicators/Common' }} + INDI_OTHER_WORKDIR: ${{ vars.INDI_OTHER_WORKDIR || 'src/indicators/Other' }} + +jobs: + + compile-indicators-common: + name: Compile Indicators (Common) + uses: EA31337/EA31337-Indicators-Common/.github/workflows/compile.yml@dev-v1.000 + with: + artifact_prefix: mt + skip_cleanup: true + + compile-indicators-other: + name: Compile Indicators (Other) + uses: EA31337/EA31337-Indicators-Other/.github/workflows/compile.yml@dev-v1.000 + with: + artifact_prefix: mt + skip_cleanup: true diff --git a/Other b/Other index f704b05..92320a7 160000 --- a/Other +++ b/Other @@ -1 +1 @@ -Subproject commit f704b05ff99489d4a036ef9fdafbafa90abfd6e0 +Subproject commit 92320a7e93426fa030e3fc476bfc1933fc0758ac