summaryrefslogtreecommitdiffhomepage
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Remove debug symbol stripping from build.shLinus Färnstrand1-13/+3
2024-01-15Fix binaries paths in mac buildOskar Nyberg1-2/+3
2024-01-05Refactor loopSebastian Holmin1-2/+1
2024-01-05Fix the caching issue causing multiple rebuildsSebastian Holmin1-18/+21
2024-01-05Log message for local targetSebastian Holmin1-1/+1
2024-01-05Fix shellcheck bash lintSebastian Holmin1-2/+2
2023-10-30Create missing build/ on Windows in build.shDavid Lönnhager1-0/+2
2023-09-05Enable Apple notarization for all build server buildsOskar Nyberg1-5/+7
2023-08-31Stop building libwg and wireguard-go on WindowsDavid Lönnhager1-6/+3
2023-06-26Fix argument to `read` in build.sh that did not workLinus Färnstrand1-1/+1
2023-05-25Specify which packages and binaries to build in build.shLinus Färnstrand1-1/+11
2023-01-24Move shell-completions to build/Linus Färnstrand1-2/+2
2023-01-20Move dist-assets/relays.json to build/relays.jsonLinus Färnstrand1-1/+1
2022-10-20Print version feedback in desktop build scriptAlbin1-2/+2
2022-10-18Modify build scripts and remove c++ codeJonathan1-1/+0
2022-10-10Make Visual Studio/C++ projects fetch version.h from mullvad-versionLinus Färnstrand1-14/+0
2022-10-10Make electron-builder fetch version from mullvad-versionLinus Färnstrand1-12/+7
2022-10-10Use mullvad-version in build.shLinus Färnstrand1-7/+2
2022-08-23Use correct strip binary for cross-compilationDavid Lönnhager1-1/+6
2022-08-23Pack arm64 target correctlyDavid Lönnhager1-0/+9
2022-08-23Generalize comment about multiple targets in build.shDavid Lönnhager1-2/+2
2022-07-15Move build.sh logging functions to separate fileOskar Nyberg1-29/+1
2022-06-14Remove WinDns moduleDavid Lönnhager1-1/+0
2022-05-16Remove the artifact tagging code from build.shJonathan1-9/+1
2022-05-10Add argument HEAD to git tag --points-at HEADJonathan1-2/+1
2022-05-10Cleanup a couple of shellcheck warningsJonathan1-4/+4
2022-05-10Optionally append tag name to artifact in build.shJonathan1-1/+10
2022-04-25Make buildscript use correct nodeOskar Nyberg1-1/+1
2022-03-01Remove API address rotationDavid Lönnhager1-2/+0
2022-01-13Build Windows modules in debug mode in build.sh (except for optimizedDavid Lönnhager1-6/+5
2022-01-11Always move binaries to target directory on macOSOskar Nyberg1-1/+7
2022-01-03Only use --locked in releases, not all signed buildsLinus Färnstrand1-3/+3
2021-12-30Better names for src/dst when copying binariesLinus Färnstrand1-12/+13
2021-12-30Log signing of binaries on WindowsLinus Färnstrand1-0/+1
2021-12-30Always build C++ in Release modeLinus Färnstrand1-2/+4
2021-12-30Improve build script to build debug by default and be more flexibleLinus Färnstrand1-123/+175
2021-12-30Remove `+stable` from cargo args. Build with default toolchainLinus Färnstrand1-4/+4
2021-12-29Add comment to build function in build.shLinus Färnstrand1-0/+2
2021-12-29Add logging functions and use them in build.shLinus Färnstrand1-32/+60
2021-12-29Make build.sh produce single architecture pkg by default (--universal)Linus Färnstrand1-15/+10
2021-12-27Remove buildTargets function and just call that code directlyLinus Färnstrand1-13/+10
2021-12-27Remove () from functions to better follow coding guidelinesLinus Färnstrand1-4/+4
2021-11-30Rename windows_build_modules.sh -> build-windows-modules.shLinus Färnstrand1-1/+1
2021-11-11Compile in override feature for all dev versions, not just dev buildsDavid Lönnhager1-1/+1
2021-10-26Add environment variables for overriding API hostname and IP for devDavid Lönnhager1-1/+4
2021-06-09Fix broken prepare_release.sh. Don't pass args to env.shLinus Färnstrand1-1/+1
2021-04-21Add support for building universal macOS appOskar Nyberg1-84/+144
2021-04-15Fix shellcheck recommendations in build.shOskar Nyberg1-34/+34
2021-03-22Adjust build.sh and build-apk.sh to call version-metadata correctlyLinus Färnstrand1-2/+2
2021-02-26Remove NPM_CI_ARGS. Remove redundant gitignore entryAndrii Yurchuk1-8/+1