Skip to content

gh-188: Move to Clang. #273

gh-188: Move to Clang.

gh-188: Move to Clang. #273

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build interpreter and extensions
run: .\build.ps1
- name: Run tests
run: .\tests\test.ps1