From b458c6a38097d6165edf52f84176a5178d053ac9 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 5 Mar 2019 20:25:26 +0100 Subject: Make subpackages of os, sys and encoding --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'appveyor.yml') 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% -- cgit v1.2.3