diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-06-27 13:21:46 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-06-29 11:48:30 +0200 |
| commit | 5a8ff52371216537bc2b984bbc81f9aed2c0466b (patch) | |
| tree | 7cc8f7f5272dcb0efa0dda4c633413cca208b2b4 | |
| parent | 2505dabe29fca85d38dd3277122c06b822634e8a (diff) | |
| download | mullvadvpn-5a8ff52371216537bc2b984bbc81f9aed2c0466b.tar.xz mullvadvpn-5a8ff52371216537bc2b984bbc81f9aed2c0466b.zip | |
Rename build script to avoid any confusion with submodule having similar name
| -rw-r--r-- | appveyor.yml | 2 | ||||
| -rwxr-xr-x | build.sh | 2 | ||||
| -rw-r--r-- | build_windows_modules.sh (renamed from build_windows_libraries.sh) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8c5a2eeab6..9a26b5104d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,7 +48,7 @@ install: # This is the "test phase", tweak it as you see fit test_script: - - bash -x build_windows_libraries.sh + - bash -x build_windows_modules.sh - cargo build - cargo test @@ -104,7 +104,7 @@ sed -i.bak \ ################################################################################ if [[ "$(uname -s)" == "MINGW"* ]]; then - CPP_BUILD_MODES="Release" ./build_windows_libraries.sh $1 + CPP_BUILD_MODES="Release" ./build_windows_modules.sh $1 fi echo "Building Rust code in release mode using $RUSTC_VERSION..." diff --git a/build_windows_libraries.sh b/build_windows_modules.sh index b675112e28..b675112e28 100644 --- a/build_windows_libraries.sh +++ b/build_windows_modules.sh |
