ReactOS-vm
Version updated for https://github.com/vmactions/reactos-vm to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the CI testing of ReactOS on various virtual machines (VMs). It addresses the problem of running CI tests across different architectures and operating systems, including ReactOS, which is not officially supported in a straightforward manner by standard CI tools. The action uses AnyVM.org to manage VM images and provides a user-friendly interface for specifying test requirements, such as release and architecture. With the vmactions-ci skill, users can describe their testing needs, and the action will generate a ready-to-commit YAML file for GitHub Actions that automates the setup and execution of CI tests on ReactOS, handling tasks like installing toolchains, syncing source code, and managing environments.
What’s Changed
Full Changelog: https://github.com/vmactions/reactos-vm/commits/v1.0.0