mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 13:32:50 +01:00
Change name of default build type to "library"
This commit is contained in:
parent
f333e2ca31
commit
3da9393a17
2 changed files with 8 additions and 7 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,6 +1,7 @@
|
|||
language: d
|
||||
|
||||
script:
|
||||
- dub test --build=unittest --config=unittest
|
||||
- dub build --build=release --config=quickstartExample
|
||||
- dub build --build=release --config=qualifiersExample
|
||||
language: d
|
||||
|
||||
script:
|
||||
- dub build --build=release --config=library
|
||||
- dub test --build=unittest --config=unittest
|
||||
- dub build --build=release --config=quickstartExample
|
||||
- dub build --build=release --config=qualifiersExample
|
||||
|
|
2
dub.json
2
dub.json
|
@ -7,7 +7,7 @@
|
|||
"license": "MIT",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "build",
|
||||
"name": "library",
|
||||
"targetType": "library"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue