Skip to content

[Lua]Add some oapiGetPlanetxxx functions #71

[Lua]Add some oapiGetPlanetxxx functions

[Lua]Add some oapiGetPlanetxxx functions #71

Workflow file for this run

name: On Push
on:
push:
branches:
- main
paths-ignore: [ 'Doc/**', 'Flights/**', 'Html/**', 'Images/**', 'Localdoc/**', 'Scenarios/**', 'Textures/**', 'Textures2/**']
pull_request:
branches:
- main
paths-ignore: [ 'Doc/**', 'Flights/**', 'Html/**', 'Images/**', 'Localdoc/**', 'Scenarios/**', 'Textures/**', 'Textures2/**']
jobs:
build:
name: Push
strategy:
fail-fast: false
matrix:
architecture: [x64, x86]
os: [windows-2022]
uses: ./.github/workflows/reusable-build.yml
with:
os: ${{ matrix.os }}
architecture: ${{ matrix.architecture }}