summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-03-05 20:25:26 +0100
committerEugen Wissner <belka@caraus.de>2019-03-05 20:47:02 +0100
commitb458c6a38097d6165edf52f84176a5178d053ac9 (patch)
tree9ce8863424365499b73342eb11deaace970bc321 /appveyor.yml
parent5b850d532edebf83d8988ff413cbd2a988011630 (diff)
downloadtanya-b458c6a38097d6165edf52f84176a5178d053ac9.tar.gz
Make subpackages of os, sys and encoding
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 61eea5c..fd4db00 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -58,4 +58,7 @@ test_script:
- 'dub --version'
- '%DC% --version'
- dub test :meta -b unittest --arch=%Darch% --compiler=%DC%
+ - dub test :sys -b unittest --arch=%Darch% --compiler=%DC%
+ - dub test :os -b unittest --arch=%Darch% --compiler=%DC%
+ - dub test :encoding -b unittest --arch=%Darch% --compiler=%DC%
- dub test -b unittest --arch=%Darch% --compiler=%DC%