Skip to content

add callback launching support for switch/wiiu #4

add callback launching support for switch/wiiu

add callback launching support for switch/wiiu #4

Workflow file for this run

name: Build PC client apps
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
all:
strategy:
matrix:
os: [ubuntu, windows, macos]
library: [sdl2]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@main
with:
submodules: recursive
- name: Build ${{ matrix.platform }}
shell: bash
run: ./libs/chesto/helpers/build_pc.sh vgedit ${{ matrix.os }} ${{ matrix.library }}
- uses: actions/upload-artifact@v3
with:
name: vgedit_${{ matrix.os }}_${{ matrix.library }}
path: ./vgedit_${{ matrix.os }}_${{ matrix.library }}.zip