summaryrefslogtreecommitdiffhomepage
path: root/ci
AgeCommit message (Expand)AuthorFilesLines
2021-01-26Fix android CI scriptEmīls1-1/+0
2020-08-26Build all Rust code on nighly, since the blocker is goneLinus Färnstrand1-6/+2
2020-08-26Deny all warnings instead of a select fewLinus Färnstrand1-1/+1
2020-08-26Make the unconditional_recursion Rust warning into an errorLinus Färnstrand1-1/+1
2020-08-12Don't format generated XML filesJanito Vaqueiro Ferreira Filho1-1/+6
2020-08-11Change CI XML format check to use UTF-8 encodingJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-13Don't source env.sh for AndroidLinus Färnstrand1-1/+1
2020-05-11Increase line length for word wrapping to 100Janito Vaqueiro Ferreira Filho1-0/+1
2020-03-30Update buildserver scripts to include Android app bundleLinus Färnstrand2-4/+4
2020-03-27Deny unused_parens warning in CILinus Färnstrand1-1/+1
2020-02-27Change newlinesJanito Vaqueiro Ferreira Filho1-1/+2
2020-02-27Remove unnecessary semicolonsJanito Vaqueiro Ferreira Filho1-2/+2
2020-02-27Use `git diff --exit-code` to simplify the scriptJanito Vaqueiro Ferreira Filho1-5/+4
2020-02-27Update error messageJanito Vaqueiro Ferreira Filho1-1/+1
2020-02-27Update XML formatting script to include manifestJanito Vaqueiro Ferreira Filho1-5/+5
2020-02-21Add script to format Android XML filesEmīls1-0/+31
2020-01-23Run build-wireguard-go.sh from ci scriptEmīls1-0/+4
2020-01-22Sign select binaries for release buildsDavid Lönnhager1-25/+1
2020-01-08Upload PDB debugging filesLinus Färnstrand2-3/+34
2020-01-08Compute correct hash for commitsLinus Färnstrand1-13/+9
2020-01-07Deny unused variables in Rust on CILinus Färnstrand1-1/+1
2020-01-07Include additional debug symbols (pdb) on the build serverDavid Lönnhager1-1/+1
2019-11-25Deny unused_mut warningLinus Färnstrand1-1/+1
2019-11-18Install VS 2019 in Travis buildsDavid Lönnhager1-1/+1
2019-11-06Export RUSTFLAGS so they are respectedLinus Färnstrand1-1/+1
2019-10-25Install Rust with {channel}-{target-triple} insteadLinus Färnstrand1-5/+5
2019-10-25Move Windows rustup install to ci scriptLinus Färnstrand1-13/+20
2019-10-16Time the cargo build/test commands on CI as wellLinus Färnstrand1-2/+2
2019-10-15Time the build_windows_modules.sh scriptLinus Färnstrand1-1/+1
2019-10-15Only install Rust in ci script on *nixLinus Färnstrand1-4/+7
2019-10-15Add --profile minimal to our rustup installsLinus Färnstrand1-8/+10
2019-10-09Add --locked to all cargo build invocationsLinus Färnstrand1-2/+2
2019-10-07Ignore error while installing rustfmt-previewLinus Färnstrand1-3/+6
2019-09-03Use same CI script on AppVeyor as on TravisLinus Färnstrand1-0/+10
2019-09-03Don't build Rust on nightly for nowLinus Färnstrand1-2/+7
2019-08-08Make buildserver-build.sh build Android APK on LinuxLinus Färnstrand1-1/+5
2019-08-08Upload Android APKs in buildserver-upload.shLinus Färnstrand1-2/+2
2019-08-07Preserve mtime and other metadata when uploading installersLinus Färnstrand1-2/+2
2019-07-01Use script in ci/ dir on Travis macOS build as wellLinus Färnstrand1-0/+0
2019-07-01Make CI build script executableLinus Färnstrand1-0/+0
2019-07-01Check if git working dir is dirty on CI and fail if it isLinus Färnstrand1-0/+6
2019-05-29Remove unused mtime_cache scriptLinus Färnstrand1-177/+0
2019-05-21More wholesome signing solutionLinus Färnstrand1-6/+27
2019-05-20Make sure only correct files are uploadedLinus Färnstrand2-2/+3
2019-05-20Add +x permission to buildserver scriptsLinus Färnstrand2-0/+0
2019-05-20Verify checksums in upload scriptLinus Färnstrand1-6/+10
2019-05-20Fix some of the PR feedbackLinus Färnstrand2-22/+32
2019-05-20Add build server upload scriptLinus Färnstrand1-0/+25
2019-05-20Add initial build server build scriptLinus Färnstrand1-0/+125
2019-05-09Add RUSTFLAGS to linux CI scriptEmīls Piņķis1-0/+1