Skip to content

Abstract arch, remove stdlib's malloc from altlib and test #29

Abstract arch, remove stdlib's malloc from altlib and test

Abstract arch, remove stdlib's malloc from altlib and test #29

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Test
run: |
sudo apt install nasm make
make test