Skip to content

Added -gdwarf-4 to compiler flags #173

Added -gdwarf-4 to compiler flags

Added -gdwarf-4 to compiler flags #173

name: Test Cases
on: [push, pull_request]
jobs:
CI-Actions-Ubuntu:
runs-on: ubuntu-latest
steps:
- run: echo "Starting tests"
- name: Checking out repository
uses: actions/checkout@v2
with:
submodules: recursive
- run: make -C ${{ github.workspace }} run
- run: make -C ${{ github.workspace }} clean
- name: Install libunwind-dev
run: sudo apt-get install libunwind-dev
- run: make -C ${{ github.workspace }}/deps/libelfin
- 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"