mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
7 lines
189 B
YAML
7 lines
189 B
YAML
language: d
|
|
|
|
script:
|
|
- dub test --build=unittest --config=unittest
|
|
- dub build --build=release --config=quickstartExample
|
|
- dub build --build=release --config=qualifiersExample
|