1
0
mirror of synced 2024-11-28 01:10:55 +01:00
TaikoArcadeLoader/.github/workflows/build.yml

22 lines
500 B
YAML
Raw Normal View History

2022-06-22 02:49:31 +02:00
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
2022-10-16 04:09:19 +02:00
- name: Setup rust
run: rustup target add x86_64-pc-windows-gnu
2022-06-22 02:49:31 +02:00
- name: Make
2022-10-16 04:09:19 +02:00
run: make dist-no-7z
2022-06-22 02:49:31 +02:00
- uses: actions/upload-artifact@v2
with:
name: dist
path: out/