Skip to content

Added feature in builder_context to allow setting extract compiler flags when using dynamic includes #154

Added feature in builder_context to allow setting extract compiler flags when using dynamic includes

Added feature in builder_context to allow setting extract compiler flags when using dynamic includes #154

name: Test Cases
on: [push, pull_request]
jobs:
CI-Actions-Ubuntu:
runs-on: ubuntu-20.04
steps:
- run: echo "Starting tests"
- name: Checking out repository
uses: actions/checkout@v2
with:
submodules: recursive
- run: make -C ${{ github.workspace }} run
- name: Install libunwind-dev
run: sudo apt-get install libunwind-dev libdwarf-dev=20200114-1 libdwarf1=20200114-1
- run: make -C ${{ github.workspace }} RECOVER_VAR_NAMES=1 run
- run: echo "Tests completed"
CI-Actions-MacOs:
runs-on: macos-latest
steps:
- run: echo "Starting tests"
- name: Checking out repository
uses: actions/checkout@v2
- run: make -C ${{ github.workspace }} run
- run: echo "Tests completed"