Skip to content

Merge pull request #122 from NearNodeFlash/release-v0.0.5 #204

Merge pull request #122 from NearNodeFlash/release-v0.0.5

Merge pull request #122 from NearNodeFlash/release-v0.0.5 #204

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