Skip to content

Commit

Permalink
GHA: Includes compilation of indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 22, 2024
1 parent c75066f commit ebca181
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ebca181

Please sign in to comment.