-
Notifications
You must be signed in to change notification settings - Fork 12
38 lines (35 loc) · 834 Bytes
/
test_pr.yml
File metadata and controls
38 lines (35 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Test Pull Request
on:
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
include:
- os: ubuntu-latest
os_name: linux
arch: x86_64
- os: ubuntu-24.04-arm
os_name: linux
arch: arm64
- os: macos-latest
os_name: osx
arch: arm64
- os: windows-latest
os_name: windows
arch: x86_64
- os: windows-latest
os_name: windows
arch: arm64
fail-fast: false
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: MrcSnm/setup-dlang@v2
with:
compiler: ldc-latest
redub: master
- name: Test building
run: |
redub build -b release-debug --prefetch