Set up doxygen and other basic type structure #14
Workflow file for this run
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: Porytiles PR Build | |
on: | |
pull_request: | |
branches: [ "develop" ] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
build-linux-amd64-clang: | |
uses: ./.github/workflows/linux_amd64_clang.yml | |
build-macos-arm64-clang: | |
uses: ./.github/workflows/macos_arm64_clang.yml |