-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (32 loc) · 772 Bytes
/
tests.yml
File metadata and controls
41 lines (32 loc) · 772 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
39
40
41
name: cppconv tests
on:
push:
branches: [ "master", "test" ]
pull_request:
branches: [ "master", "test" ]
permissions:
contents: read
jobs:
main:
strategy:
fail-fast: false
matrix:
platform: [ linux64 ]
dc: [ dmd-latest, dmd-2.108.0, dmd-master ]
include:
- platform: linux64
os: ubuntu-22.04
model: 64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install D compiler
uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
- name: 'Build & Test'
run: |
${{ env.DC }} -run runtests.d --github
${{ env.DC }} -run build.d sample