Skip to content

Ark667/MQL5Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQL5 Compiler

Compilar imagen.

# Build image
docker build -t mql5-compiler:latest .

Uso

# Check versions
docker run -it --rm --name mt5-compiler -v ${PWD}:/work mql5-compiler:latest /opt/mql/scripts/check-version.sh

# Compile
docker run -it --rm --name mt5-compiler -v ${PWD}:/work mql5-compiler:latest /opt/mql/scripts/mql5-compile.sh Experts/Testing/ConfigurationTest.mq5

Comprobaciones

Lanzar contenedor en la misma carpeta del repositorio.

# Run container shell
docker run -it --rm --name mt5-compiler -v ${PWD}:/work mql5-compiler:latest

Comprobaciones de Wine

# Check version
wine --version

# Check command
wine cmd /c "echo Hello World"

# Check script
wine cmd /c "test\\wine-test.bat"

Comprobaciones de MetaEditor4

# Check version
exiftool /opt/mql/metaeditor64.exe | grep -E '^Product Version[[:space:]]*:' | awk -F': ' '{print $2}'

# Check compilation
wine /opt/mql/metaeditor64.exe /portable /compile:"Z:/work/Experts/Testing/ConfigurationTest.mq5" /inc:Z:/work  /log:"Z:/work/compile.log"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages