Avoid unsupported build configuration on Windows.
This commit is contained in:
parent
415fc984ce
commit
3ab9283986
|
@ -6,8 +6,8 @@ set -e -x -o pipefail
|
||||||
dub build -b release --compiler=$DC -c $CONFIG
|
dub build -b release --compiler=$DC -c $CONFIG
|
||||||
|
|
||||||
# test for successful 32-bit build
|
# test for successful 32-bit build
|
||||||
if [ "$DC" == "dmd" ]; then
|
if [ "$DC" == "ldc2" ]; then
|
||||||
dub build --arch=x86 -c $CONFIG
|
dub build --arch=x86 --compiler=ldc2 -c $CONFIG
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dub test --compiler=$DC -c $CONFIG
|
dub test --compiler=$DC -c $CONFIG
|
||||||
|
|
Loading…
Reference in a new issue