mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-05 07:30:09 +08:00
Configure build for platforms: Windows, macOS 11, Ubuntu
This commit is contained in:
parent
6b16fd2580
commit
7fa6b4e1d7
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -3,10 +3,15 @@ name: Build
|
||||
on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
build-mirai:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-latest
|
||||
- macos-11
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout submodules
|
||||
|
Loading…
Reference in New Issue
Block a user