Skip to content

feat: Build-script builds 30cc with both gcc-generated and 30cc-gener… #218

feat: Build-script builds 30cc with both gcc-generated and 30cc-gener…

feat: Build-script builds 30cc with both gcc-generated and 30cc-gener… #218

Workflow file for this run

name: Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
- name: Set up NASM
uses: ilammy/setup-nasm@v1
- name: Run tests
run: python scripts/test.py