Skip to content

Add basic CI workflow.#15

Merged
gitosaurus merged 1 commit into
mainfrom
chore/add-ci
Apr 18, 2026
Merged

Add basic CI workflow.#15
gitosaurus merged 1 commit into
mainfrom
chore/add-ci

Conversation

@gitosaurus
Copy link
Copy Markdown
Owner

Ensures that the interpreter builds at least and passes tests.

Ensures that the interpreter builds at least and passes tests.
@gitosaurus gitosaurus requested a review from Copilot April 18, 2026 20:11
@gitosaurus gitosaurus merged commit a3136f0 into main Apr 18, 2026
3 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions CI workflow to ensure the interpreter can be configured, built, and its test suite executed on pushes and PRs targeting main.

Changes:

  • Introduces a new CI workflow triggered on push/pull_request to main
  • Runs CMake configure + build in a build/ directory
  • Executes the interpreter’s built-in test runner (./build/archetype --test)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
Comment thread .github/workflows/ci.yml
Comment thread .github/workflows/ci.yml
@gitosaurus gitosaurus deleted the chore/add-ci branch April 18, 2026 20:23
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