From f91730b32b523be59e3317aded4234f4b27b1729 Mon Sep 17 00:00:00 2001 From: kenorb Date: Fri, 9 Aug 2024 20:38:53 +0100 Subject: [PATCH] Adds Compile CI test --- .github/workflows/compile.yml | 31 +++++++++++++++++++++++++++++++ Other | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/compile.yml 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