Replace the raw pointers with unique_ptr
s in the menu state
#72
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: Build | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
build-android: | |
name: Android | |
uses: ./.github/workflows/build_android.yml | |
build-emcc: | |
name: Web | |
uses: ./.github/workflows/build_emcc.yml | |
build-linux: | |
name: Linux | |
uses: ./.github/workflows/build_linux.yml | |
build-macos: | |
name: macOS | |
uses: ./.github/workflows/build_macos.yml | |
build-mingw: | |
name: Windows | |
uses: ./.github/workflows/build_mingw.yml |