Skip to content

Renamed and exposed "alloc" to "allocate" ("Standard.Memory.allocate"). #106

Renamed and exposed "alloc" to "allocate" ("Standard.Memory.allocate").

Renamed and exposed "alloc" to "allocate" ("Standard.Memory.allocate"). #106

Workflow file for this run

name: Build
on: ["push", "pull_request"]
jobs:
building:
name: Building
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
experimental: [false]
include:
- os: ubuntu-18.04
experimental: true
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get -yqq install nasm gcc binutils binutils-avr
- name: Build
run: bash build.sh all