blob: e50f1228289c7c8c28b1680c15a0435d692c2c3e [file] [log] [blame]
name: build_v03
on:
push:
branches: [ v0.3 ]
pull_request:
branches: [ v0.3 ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: prepare ndncxx
run: |
git clone https://github.com/named-data/ndn-cxx.git
cd ndn-cxx
./waf configure
./waf
./waf install
- name: configure
run: ./waf configure --with-tests
- name: build
run: ./waf
- name: install
run: ./waf install
- name: check
run: ./build/unit-tests