summaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2020-01-23 14:12:27 +0000
committerEmīls <emils@mullvad.net>2020-01-23 14:12:27 +0000
commitf090b37b103964969d494bf7e2cae57cff0d16ea (patch)
treef429827f886d3d12323a259ed95abd25db62f1a5 /ci
parent8f9ac2d313f27d9cf9a3a9433de78619d2de44f1 (diff)
parent05478afe9a4cf4ce732504820cd41ca583ad0676 (diff)
downloadmullvadvpn-f090b37b103964969d494bf7e2cae57cff0d16ea.tar.xz
mullvadvpn-f090b37b103964969d494bf7e2cae57cff0d16ea.zip
Merge branch 'add-wireguard-go'
Diffstat (limited to 'ci')
-rwxr-xr-xci/ci-rust-script.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/ci-rust-script.sh b/ci/ci-rust-script.sh
index 7fc7c26eab..90863cc90d 100755
--- a/ci/ci-rust-script.sh
+++ b/ci/ci-rust-script.sh
@@ -32,6 +32,10 @@ case "$(uname -s)" in
;;
esac
+# Build wireguard-go
+# On Windows, it relies on having msbuild.exe in your path.
+./wireguard/build-wireguard-go.sh
+
# FIXME: Becaues of our old jsonrpc dependency our Rust code won't build
# on latest nightly.
if [ "${RUST_TOOLCHAIN_CHANNEL}" != "nightly" ]; then