mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Build with new DMD beta
This commit is contained in:
parent
13c0aee5e8
commit
bed26ddc6e
|
@ -1,6 +1,6 @@
|
||||||
language: d
|
language: d
|
||||||
|
|
||||||
d: dmd-2.068.0-b1
|
d: dmd-2.068.0-b2
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- dub build --build=release --config=library
|
- dub build --build=release --config=library
|
||||||
|
@ -9,4 +9,4 @@ script:
|
||||||
- dub build --build=release --config=qualifiersExample
|
- dub build --build=release --config=qualifiersExample
|
||||||
- dub build --build=release --config=arrayCompletionExample
|
- dub build --build=release --config=arrayCompletionExample
|
||||||
- dub build --build=release --config=annotationsExample
|
- dub build --build=release --config=annotationsExample
|
||||||
# - dub build --build=ddox
|
- dub build --build=ddox
|
||||||
|
|
Loading…
Reference in a new issue