Add CI
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Mathieu Strypsteen 2024-12-25 14:59:42 +01:00
parent e1b61560c9
commit 502b685c27

View file

@ -0,0 +1,19 @@
name: Build
on: [push]
jobs:
build:
runs-on: debian-12
steps:
- name: Install dependencies
run: apt-get update && apt-get install -y python3
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 100
- name: Build
run: ./x.py build --stage=1
- name: Upload compiler
uses: actions/upload-artifact@v3
with:
name: compiler
path: build/x86_64-unknown-linux-gnu/stage1