Skip to content

ci: add ppa:ubuntu-toolchain-r/test #63

ci: add ppa:ubuntu-toolchain-r/test

ci: add ppa:ubuntu-toolchain-r/test #63

Workflow file for this run

name: tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
tests:
uses: ZIMO-Elektronik/.github-workflows/.github/workflows/x86_64-linux-gnu-gcc.yml@v0.0.6
with:
args: -DCMAKE_BUILD_TYPE=Debug
target: DCCTests
post-build: ctest --test-dir build --schedule-random --timeout 86400