Skip to content

brew install some stuff, compile mads, and run test #2

brew install some stuff, compile mads, and run test

brew install some stuff, compile mads, and run test #2

Workflow file for this run

name: macOS x86_64
on: [push]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Build and test
run: |
brew install fpc md5sha1sum
git clone --depth 1 --branch 2.1.6 https://github.com/tebe6502/Mad-Assembler mads
fpc -Mdelphi -vh -O3 -omads/mads mads/mads.pas
export PATH=$PATH:`pwd`/mads
make -j`sysctl -n hw.ncpu` test
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3