Skip to content

Commit 357e807

Browse files
committed
Azure CI: Fix shared libs integration test for Win32
1 parent 6c6a9f3 commit 357e807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/5-integration_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ steps:
1414
- bash: |
1515
set -ex
1616
cd ..
17-
installed/bin/ldc2 hello.d -m64 -link-defaultlib-shared -fvisibility=public
1817
if [ "$CI_OS" = "windows" ]; then
1918
# Add druntime/Phobos DLL dir to PATH
2019
export PATH="$PWD/installed/bin:$PATH"
2120
fi
21+
installed/bin/ldc2 hello.d -link-defaultlib-shared
2222
./hello
2323
if [ "$CI_OS" = "linux" ]; then
2424
installed/bin/ldc2 hello.d -m32 -link-defaultlib-shared

0 commit comments

Comments
 (0)