Skip to content

ci: sync Dockerfile and GitHub Action #67

ci: sync Dockerfile and GitHub Action

ci: sync Dockerfile and GitHub Action #67

Workflow file for this run

on: [pull_request, push]
jobs:
checks:
runs-on: ubuntu-latest
container: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
version: '22.3.3' # GraalVM version
java-version: '17'
distribution: 'graalvm-community'
- name: Install dependencies
run: pacman -Syu --noconfirm make parallel wget cmake ninja verilator git llvm clang python autoconf automake
- name: Test
run: make test