1
0
mirror of synced 2024-11-24 07:00:15 +01:00
TaikoArcadeLoader/.github/workflows/build.yml
BroGamer 40dc8a9c9c .
2022-10-16 15:16:19 +13:00

20 lines
468 B
YAML

name: Build and upload artifact
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install depends
run: sudo apt-get install -y mingw-w64 clang && rustup target add x86_64-pc-windows-gnu
- name: Make
run: make dist-no-7z -j
- uses: actions/upload-artifact@v2
with:
name: dist
path: out/