Windows-on-ARM-Experiments / mingw-woarm64-build

Build script for Windows on Arm64 GNU cross compiler aarch64-w64-mingw32.
GNU General Public License v2.0
27 stars 3 forks source link

WIP: Test `x86_64-pc-cygwin` target with basic tests #131

Open Blackhex opened 4 months ago

Blackhex commented 4 months ago

Adds x86_64-pc-cygwin toolchain testing with our internal tests. This is preparation for aarch64-pc-cygwin testing.

eukarpov commented 1 day ago

Could it based on current workflow?

Blackhex commented 1 day ago

Could it based on current workflow?

It is, I've rebased it on Friday.

eukarpov commented 1 day ago

Could it based on current workflow?

It is, I've rebased it on Friday.

I meant without parent matrix.

Blackhex commented 1 day ago

Could it based on current workflow?

It is, I've rebased it on Friday.

I meant without parent matrix.

The build and execution of the tests depend on this feature. I can finalize the https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/pull/132 PR in a way proposed there.

eukarpov commented 1 day ago

Could it based on current workflow?

It is, I've rebased it on Friday.

I meant without parent matrix.

The build and execution of the tests depend on this feature.

Until this feature has the visualization issue I prefer not to use it and find another approach or fix visualization.