Skip to content

Catch standard exceptions on unexpected exit (#7282) #4

Catch standard exceptions on unexpected exit (#7282)

Catch standard exceptions on unexpected exit (#7282) #4

name: Debian
on:
push:
branches: [master]
pull_request:
branches: [master]
concurrency:
group: "${{ github.workflow }}-${{ github.ref || github.run_id }}"
cancel-in-progress: true
jobs:
build-arch64:
name: ${{ matrix.distro }}
runs-on: ubuntu-latest
container: symless/synergy-core:${{ matrix.distro }}
env:
GIT_COMMIT: ${{ github.sha }}
strategy:
matrix:
distro:
- debian9
- debian10
- debian11
steps:
- name: Checkout git repo
uses: actions/checkout@v3
with:
submodules: "recursive"
- name: Build
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
. ./version
make -j
- name: Run unit test
run: ./build/bin/unittests