File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,22 @@ jobs:
26
26
- dmd-2.085.1
27
27
- dmd-2.090.1
28
28
arch : [x86_64]
29
+ buildType : [unittest]
29
30
include :
30
31
- os : windows-2019
31
32
dc : dmd-latest
32
33
arch : x86
33
34
- os : windows-2019
34
35
dc : ldc-latest
35
36
arch : x86
37
+ - os : ubuntu-20.04
38
+ dc : dmd-latest
39
+ arch : x86_64
40
+ buildType : optimized-unittests
41
+ - os : ubuntu-20.04
42
+ dc : ldc-latest
43
+ arch : x86_64
44
+ buildType : optimized-unittests
36
45
runs-on : ${{ matrix.os }}
37
46
steps :
38
47
- name : Checkout Repository
62
71
libxext-dev libxfixes-dev libxi-dev libxinerama-dev libxrandr-dev \
63
72
libxrender-dev libxtst-dev
64
73
65
- - name : Test DWT Gtk
74
+ - name : Test DWT Gtk (${{ matrix.buildType }})
66
75
if : ${{ matrix.os == 'ubuntu-20.04' }}
67
76
uses : GabrielBB/xvfb-action@v1 # X virtual framebuffer
68
77
with :
69
78
working-directory : ./
70
- run : dub test -c unittest-gtk
79
+ run : dub test -c unittest-gtk -b ${{ matrix.buildType }}
You can’t perform that action at this time.
0 commit comments