Skip to content

Releases: voidtrance/vortex

Release v0.1.4

Choose a tag to compare

@github-actions github-actions released this 08 Jun 20:53
Fix GitHub workflows

Switching to Clang with commit 66bff8e ("Convert object_defs.py
to auto-generated file") caused the GitHub build/release workflows
to stop working due to the new requirements for Clang, LLVM, and
the Clang Python bindings.

Fixing this requires adding new GitHub actions to install LLVM and
Clang, configure the build environment and make some code changes
to allow for emulator to compile cleanly.

Release v0.1.3

Choose a tag to compare

@github-actions github-actions released this 26 Sep 21:50
Implement GitHub CI

Add GitHub action files which will compile the emulator
on every commit (should do a basic checkout) and generate a
new release on any new pushed tag.