We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6a9f3 commit 357e807Copy full SHA for 357e807
.azure-pipelines/5-integration_test.yml
@@ -14,11 +14,11 @@ steps:
14
- bash: |
15
set -ex
16
cd ..
17
- installed/bin/ldc2 hello.d -m64 -link-defaultlib-shared -fvisibility=public
18
if [ "$CI_OS" = "windows" ]; then
19
# Add druntime/Phobos DLL dir to PATH
20
export PATH="$PWD/installed/bin:$PATH"
21
fi
+ installed/bin/ldc2 hello.d -link-defaultlib-shared
22
./hello
23
if [ "$CI_OS" = "linux" ]; then
24
installed/bin/ldc2 hello.d -m32 -link-defaultlib-shared
0 commit comments