Skip to content

[cpp] implemented for statements. they're alot like K&R C for stateme… #88

[cpp] implemented for statements. they're alot like K&R C for stateme…

[cpp] implemented for statements. they're alot like K&R C for stateme… #88

name: "code build (debug)"
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
debug_clang_linux:
uses: Harrand/psyc/.github/workflows/build_clang.yml@master
with:
build_config: debug
debug_gcc_linux:
uses: Harrand/psyc/.github/workflows/build_gcc.yml@master
with:
build_config: debug