File tree 1 file changed +16
-2
lines changed 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 73
73
- dmd-2.091.1
74
74
- dmd-2.090.1
75
75
- dmd-2.089.1
76
+ - dmd-2.088.1
77
+ - dmd-2.087.1
78
+ - dmd-2.086.1
79
+ - dmd-2.085.1
80
+ - dmd-2.084.1
81
+ - dmd-2.083.1
82
+ - dmd-2.082.1
83
+ - dmd-2.081.2
84
+ - dmd-2.080.1
76
85
- ldc-1.23.0 # eq to dmd v2.093.1
77
86
- ldc-1.22.0 # eq to dmd v2.092.1
78
87
- ldc-1.21.0 # eq to dmd v2.091.1
@@ -94,8 +103,13 @@ jobs:
94
103
- name : Upgrade dub dependencies
95
104
uses :
WebFreak001/[email protected]
96
105
97
- - name : Ensure project builds
98
- run : dub build
106
+ - name : Build Library
107
+ run : dub build --build=release --config=library
108
+
109
+ # # Turns out the unittest-vibe-ut tried to connect to an actualy MySQL on 172.18.0.1 so it's not
110
+ # # actually a unit test at all. It's an integration test and should be pulled out of the codebase.
111
+ # - name: Run unittest-vibe-ut
112
+ # run: dub run -c unittest-vibe-ut -- -t
99
113
100
114
# cache
101
115
-
uses :
WebFreak001/[email protected]
You can’t perform that action at this time.
0 commit comments