Skip to content

Fix compilation for 64bit souffle wordsizes, add build and test action #1

Fix compilation for 64bit souffle wordsizes, add build and test action

Fix compilation for 64bit souffle wordsizes, add build and test action #1

Workflow file for this run

name: Build and Test Functors
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/nevillegrech/gigahorse-toolchain-deps-souffle24:latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make libsoufflenum.so
- name: Test
run: make