S32DS Jenkins build under Windows 10

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS Jenkins build under Windows 10

628 Views
dan_teodorescu
Contributor III

Hi,

I am setting up a Jenkins CI system under Windows 10. This requires that I run a scrip (build.sh) under the msys that comes with S32DS; the script does all the work, and exits once the build completes.

I noticed that the S32DS utils/msys32 has three executable: mingw32.exe, mingw64.exe and msys2.exe. It's not clear which executable to use and what the command line interface expects.

In summary, what exact Windows command should I issue such that the S32DS msys environment executes my build.sh script?

Thank you,

Dan

Tags (2)
0 Kudos
1 Reply

483 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

best way how to startup msys command line is use msys2_shell.cmd . This script starts msys and set for you paths and other  environment variables. 

Jiri

0 Kudos