|
@@ -58,7 +58,7 @@ msys2-64bit:
|
|
- $env:CHERE_INVOKING = 'yes' # Preserve the current working directory
|
|
- $env:CHERE_INVOKING = 'yes' # Preserve the current working directory
|
|
- $env:MSYSTEM = 'MINGW64' # Start a 64 bit Mingw environment
|
|
- $env:MSYSTEM = 'MINGW64' # Start a 64 bit Mingw environment
|
|
- .\msys64\usr\bin\bash -lc './configure --target-list=x86_64-softmmu
|
|
- .\msys64\usr\bin\bash -lc './configure --target-list=x86_64-softmmu
|
|
- --enable-capstone=system'
|
|
|
|
|
|
+ --enable-capstone=system --without-default-devices'
|
|
- .\msys64\usr\bin\bash -lc "sed -i '/^ROMS=/d' build/config-host.mak"
|
|
- .\msys64\usr\bin\bash -lc "sed -i '/^ROMS=/d' build/config-host.mak"
|
|
- .\msys64\usr\bin\bash -lc 'make -j2'
|
|
- .\msys64\usr\bin\bash -lc 'make -j2'
|
|
- .\msys64\usr\bin\bash -lc 'make check'
|
|
- .\msys64\usr\bin\bash -lc 'make check'
|