Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new local composite actions to simplify workflow script #427

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

jmalak
Copy link
Contributor

@jmalak jmalak commented Dec 9, 2024

composite action do all necessary steps transparent way

  • composite action for cache/get/setup build MSVC compilers

  • composite action for cache/get/setup Open Watcom

  • composite action for cache/get/setup Open Zinc

  • composite action for cache/get/setup build Tools (nasm+jom+info-zip+os2tk45)

  • composite action for check existence of created distribution files

  • fix bug in VCT2003 downloaded image, missing setargv.obj file for x86 target

  • use Visual studio numbering instead of Visual C++ compiler Toolkit numbering

  • fix for arm version build by VS2019 and VS2022, it is necessary select appropriate runner Windows image containing correct Visual Studio version

@jmalak jmalak force-pushed the workflow-cleanup-6 branch 12 times, most recently from a68b48e to 4d5ede7 Compare December 12, 2024 20:41
composite action do all necessary steps transparent way
- composite action for cache/get/setup build MSVC compilers
- composite action for cache/get/setup Open Watcom
- composite action for cache/get/setup Open Zinc
- composite action for cache/get/setup build Tools (nasm+jom+info-zip+os2tk45)
- composite action for check existence of created distribution files

- fix bug in VCT2003 downloaded image, missing setargv.obj file for x86 target
- use Visual studio numbering instead of Visual C++ compiler Toolkit numbering
- fix for arm version build by VS2019 and VS2022, it is necessary select appropriate runner Windows image containing correct Visual Studio version
@jmalak jmalak force-pushed the workflow-cleanup-6 branch from 4d5ede7 to 796bd16 Compare December 12, 2024 20:54
@jmalak jmalak changed the title add new local composite action to simplify build MSVC compiler setup add new local composite actions to simplify workflow script Dec 12, 2024
@davidrg davidrg merged commit 0fc407b into davidrg:master Dec 13, 2024
20 checks passed
@jmalak jmalak deleted the workflow-cleanup-6 branch December 14, 2024 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants