Skip to content

Merge release v0.1.8 #607

Merge release v0.1.8

Merge release v0.1.8 #607

Workflow file for this run

name: NNF-DM Library Build
on: push
jobs:
lib_build:
runs-on: ubuntu-latest
container: ghcr.io/nearnodeflash/grpc-cxx:latest
steps:
- uses: actions/checkout@v2
- name: Build nnf-dm lib-cpp
run: |
cd daemons/compute/lib-cpp
cmake -D CMAKE_INSTALL_PREFIX=/opt/grpc .
make