File tree 1 file changed +23
-4
lines changed 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 46
46
- name : Upgrade dub dependencies
47
47
uses :
WebFreak001/[email protected]
48
48
49
- - name : Ensure project builds
50
- run : dub build
49
+ - name : Build Library
50
+ run : dub build --build=release --config=library
51
+
52
+ # # Turns out the unittest-vibe-ut tried to connect to an actualy MySQL on 172.18.0.1 so it's not
53
+ # # actually a unit test at all. It's an integration test and should be pulled out of the codebase.
54
+ # - name: Run unittest-vibe-ut
55
+ # run: dub run -c unittest-vibe-ut -- -t
51
56
52
57
# - name: Run Tests (phobos)
53
58
# run: ./run_tests --mode=phobos
73
78
- dmd-2.091.1
74
79
- dmd-2.090.1
75
80
- dmd-2.089.1
81
+ - dmd-2.088.1
82
+ - dmd-2.087.1
83
+ - dmd-2.086.1
84
+ - dmd-2.085.1
85
+ - dmd-2.084.1
86
+ - dmd-2.083.1
87
+ - dmd-2.082.1
88
+ - dmd-2.081.2
89
+ - dmd-2.080.1
76
90
- ldc-1.23.0 # eq to dmd v2.093.1
77
91
- ldc-1.22.0 # eq to dmd v2.092.1
78
92
- ldc-1.21.0 # eq to dmd v2.091.1
@@ -94,8 +108,13 @@ jobs:
94
108
- name : Upgrade dub dependencies
95
109
uses :
WebFreak001/[email protected]
96
110
97
- - name : Ensure project builds
98
- run : dub build
111
+ - name : Build Library
112
+ run : dub build --build=release --config=library
113
+
114
+ # # Turns out the unittest-vibe-ut tried to connect to an actualy MySQL on 172.18.0.1 so it's not
115
+ # # actually a unit test at all. It's an integration test and should be pulled out of the codebase.
116
+ # - name: Run unittest-vibe-ut
117
+ # run: dub run -c unittest-vibe-ut -- -t
99
118
100
119
# cache
101
120
-
uses :
WebFreak001/[email protected]
You can’t perform that action at this time.
0 commit comments