Do not depend on the global world map in the world vehicle code #184
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 |