Skip to content

moved the implementation of PPM to SaC entirely. #30

moved the implementation of PPM to SaC entirely.

moved the implementation of PPM to SaC entirely. #30

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: sacbase/sac-compiler
steps:
- uses: actions/checkout@v5
with:
submodules: 'recursive'
- name: Configure sac2c
run: cp -r /root/.sac2crc $HOME/.sac2crc
- name: Install dependencies
run: apt install -y libjpeg-dev libpng-dev
- name: Build
run: make