chore: add installation targets in Makefile

MacOS require a way to find the runtime library when trying to build a
shared library at runtime, so we add a way to install it globally for
testing
This commit is contained in:
youben11
2022-01-20 10:59:16 +01:00
committed by Ayoub Benaissa
parent 71cccc6a89
commit 6d3af7fcda
2 changed files with 18 additions and 1 deletions

View File

@@ -155,6 +155,7 @@ jobs:
run: |
cd compiler
export CONCRETE_PROJECT=${{ github.workspace }}/concrete
make install_runtime_lib
make test
BuildAndTestDF: