Skip to content

Add a routine to merge two GNode n_ary trees together #132

Add a routine to merge two GNode n_ary trees together

Add a routine to merge two GNode n_ary trees together #132

Workflow file for this run

name: Run unit tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y build-essential libglib2.0-dev libxml2-dev libcunit1-dev libjansson-dev liblua5.3-dev
- name: Clone apteryx
uses: actions/checkout@v2
with:
repository: alliedtelesis/apteryx
path: apteryx
- name: Build Apteryx
run: make -C ./apteryx
- name: Build
run: APTERYX_PATH=./apteryx make
- name: Run tests
run: APTERYX_PATH=./apteryx make test