Skip to content

Commit

Permalink
Updates submodules to latest master
Browse files Browse the repository at this point in the history
CI: Fixes Compile workflow
  • Loading branch information
kenorb committed Sep 5, 2024
1 parent be91ad5 commit df64ac9
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 deletions.
26 changes: 22 additions & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,36 @@ on:

env:
INDI_COMMON_WORKDIR: ${{ vars.INDI_COMMON_WORKDIR || 'src/indicators/Common' }}
INDI_OSCILLATORS_WORKDIR: ${{ vars.INDI_OTHER_WORKDIR || 'src/indicators/Oscillators' }}
INDI_OTHER_WORKDIR: ${{ vars.INDI_OTHER_WORKDIR || 'src/indicators/Other' }}
INDI_STATS_WORKDIR: ${{ vars.INDI_STATS_WORKDIR || 'src/indicators/Stats' }}

jobs:

compile-indicators-common:
name: Compile Indicators (Common)
uses: EA31337/EA31337-Indicators-Common/.github/workflows/compile.yml@dev-v1.000
uses: EA31337/EA31337-Indicators-Common/.github/workflows/compile.yml@master
with:
artifact_prefix: mt
artifact_prefix: mt0
checkout_branch: master

compile-indicators-oscillators:
name: Compile Indicators (Oscillators)
uses: EA31337/EA31337-Indicators-Oscillators/.github/workflows/compile.yml@master
with:
artifact_prefix: mt1
checkout_branch: master

compile-indicators-other:
name: Compile Indicators (Other)
uses: EA31337/EA31337-Indicators-Other/.github/workflows/compile.yml@dev
uses: EA31337/EA31337-Indicators-Other/.github/workflows/compile.yml@master
with:
artifact_prefix: mt2
checkout_branch: master

compile-indicators-stats:
name: Compile Indicators (Stats)
uses: EA31337/EA31337-Indicators-Stats/.github/workflows/compile.yml@master
with:
artifact_prefix: mt
artifact_prefix: mt3
checkout_branch: master
2 changes: 1 addition & 1 deletion Other
2 changes: 1 addition & 1 deletion Price

0 comments on commit df64ac9

Please sign in to comment.