1
1
mirror of synced 2025-02-25 21:58:29 +01:00

27 lines
611 B
YAML
Raw Normal View History

2022-06-22 12:49:31 +12: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-13 09:09:13 +13:00
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: x86_64-pc-windows-gnu
override: true
components: rust-src
2022-06-22 12:49:31 +12:00
- name: Make
run: |
make dist-no-7z
- uses: actions/upload-artifact@v2
with:
name: dist
path: out/