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: