Code Monkey home page Code Monkey logo

mql-compile-action's Introduction

MQL Compile Action

Release Status Status Status Telegram Channel Telegram Chat Edit

This GitHub Action compiles MQL programs.

For full documentation, please read: GitHub Actions Documentation.

Usage

This action is only supported on Windows images.

Latest release

runs-on: windows-latest
steps:
  - uses: fx31337/mql-compile-action@v1

Specific release

runs-on: windows-latest
steps:
  - uses: fx31337/[email protected]

Note: Check Releases for more details.

Latest development version

runs-on: windows-latest
steps:
  - uses: fx31337/mql-compile-action@master

Overriding default inputs

runs-on: windows-latest
steps:
  - uses: fx31337/mql-compile-action@master
    with:
        path: 'path/Dummy.mq5'
        include: '.'
        log-file: 'results.log'
        ignore-warnings: true
        verbose: true

Inputs

path (string)

Path to folder or file to compile.

Default: . (all files in the current folder are compiled).

path-ignore (string)

Path to folder or file for compiler to ignore.

Default: **/*.mqh (all .mqh files are ignored by default).

include (string)

Path to search for includes files.

Default: ``.

mt-version (string)

MetaTrader platform version to use. Default: 5.0.0.2361.

mt-cleanup (bool)

Whether to remove extracted metaeditor files after compilation. Default: true.

ignore-warnings (bool)

Whether to ignore compilation warnings.

log-file (string)

Specifies log filename for compilation messages.

syntax-only (bool)

Whether to skip generating binary file and only check for syntax issues. Default: false.

init-platform (bool)

Whether to run terminal(64).exe which downloads general-purpose MQL4/5 includes, example scripts and EAs.

It is required if you want to use e.g., #include <Arrays/Array.mqh> and so on.

verbose (bool)

Enables verbose mode (to print more messages). Default: false.

working-directory (string)

Sets working directory where to run commands. Default: ..

Support

mql-compile-action's People

Contributors

bunysae avatar dependabot[bot] avatar kenorb avatar nseam avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.