[ci] for now, code builds will use psyc to build scratchpad.psy inste… #49
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |