Skip to content

Add TRDS, currently only age of the universe supported #56

Add TRDS, currently only age of the universe supported

Add TRDS, currently only age of the universe supported #56

Workflow file for this run

name: C/C++ CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: make
run: make
- uses: actions/upload-artifact@v2
with:
name: mycology-log
path: mycology.log
- name: Publish Test Report
uses: mikepenz/action-junit-report@v2
if: always() # always run even if the previous step fails
with:
report_paths: '**/cpputest_*.xml'