Version the API using an HTTP header (#247) #717
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |