Skip to content

Commit

Permalink
Adds Compile CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 9, 2024
1 parent de1c611 commit f91730b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Other

0 comments on commit f91730b

Please sign in to comment.