1
1
mirror of synced 2025-02-03 04:47:08 +01:00
BroGamer b119478ce3 Initial refactor
cards.dat has been replaced with cards.ini
there are no more plugins though plugin support still exists
card reading is not yet implemented
08.18/amauth support is not yet implemented
2023-09-10 17:50:00 +12:00

20 lines
458 B
YAML

name: Build and upload artifact
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install depends
run: sudo apt-get install -y mingw-w64 ninja-build nasm; pip3 install meson
- name: Make
run: make setup dist-no-7z
- uses: actions/upload-artifact@v3
with:
name: dist
path: out/