We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c9b9c commit 6654216Copy full SHA for 6654216
netlify.sh
@@ -4,8 +4,13 @@
4
set -euo pipefail
5
set -x
6
7
+DMD_VERSION="2.105.0"
8
BUILD_DIR="out"
9
10
+CURL_FLAGS=(-fsSL --retry 10 --retry-delay 30 --retry-max-time 600 --connect-timeout 5 --speed-time 30 --speed-limit 1024)
11
+
12
+. "$(curl "${CURL_FLAGS[@]}" https://dlang.org/install.sh | bash -s install "dmd-${DMD_VERSION}" --activate)"
13
14
./dub/scripts/man/gen_man.d
15
rm -rf docs/cli-reference/
16
mkdir docs/cli-reference/
0 commit comments