Skip to content

Add Reader and Writer tools (for testing) #29

Add Reader and Writer tools (for testing)

Add Reader and Writer tools (for testing) #29

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build_ubuntu-latest:
runs-on: ubuntu-latest
container: ghcr.io/hyperk/hk-software:main
steps:
- uses: actions/checkout@v2
- name: Framework build
run: cd /usr/local/hk/ToolFrameworkCore/src/ && make
- name: build
run: cd /__w/hk-DataModel/hk-DataModel && make