From 5f1f36d99d8ff5b2a96e9d81badebd405fec7c1e Mon Sep 17 00:00:00 2001 From: kenorb Date: Thu, 22 Aug 2024 19:11:58 +0100 Subject: [PATCH] GHA: Includes compilation of indicators --- .github/workflows/compile.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index c70c48e..8bf6b20 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -89,6 +89,13 @@ jobs: run: Remove-Item -LiteralPath "SVE_Bollinger_Bands" -Force -Recurse - name: Deletes TMAT_SVEBB as it fails to compile run: Remove-Item -LiteralPath "TMAT_SVEBB" -Force -Recurse -Verbose + - name: Compile indicators + uses: fx31337/mql-compile-action@master + with: + include: . + mt-path: .mt4 + path: "**/indicators-*/**/*.mq4" + verbose: true - name: Compile for MQL4 uses: fx31337/mql-compile-action@master with: @@ -131,6 +138,13 @@ jobs: run: Remove-Item -LiteralPath "TMA_True" -Force -Recurse -Verbose - name: Deletes ElliottWave as it fails to compile run: Remove-Item -LiteralPath "ElliottWave" -Force -Recurse -Verbose + - name: Compile indicators + uses: fx31337/mql-compile-action@master + with: + include: . + mt-path: .mt5 + path: "**/indicators-*/**/*.mq5" + verbose: true - name: Compile for MQL5 uses: fx31337/mql-compile-action@master with: