Skip to content

Commit

Permalink
Improves compilation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 22, 2024
1 parent 8a35281 commit ad78fe2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,16 @@ jobs:
- uses: actions/download-artifact@v4
with:
pattern: .mt?
- name: Enables input mode
run: echo '#define __input__' > config/define.h
- name: Compile
uses: fx31337/mql-compile-action@master
with:
include: .
mt-path: .mt${{ matrix.version }}
path: "**/Stg_*.mq${{ matrix.version }}"
path: |
"**/Stg_*.mq${{ matrix.version }}"
indicators-other/**/*.mq${{ matrix.version }}
verbose: true
- name: List compiled files
run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'
Expand Down

0 comments on commit ad78fe2

Please sign in to comment.