aboutsummaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)Author
2023-02-07gui: Switch to Weblate for translations (#8777)André Colomb
2020-05-28build: Clean up build.sh, add build.ps1 (#6689)Jakob Borg
2018-07-23authors: Enable auto updates (#5074)Jakob Borg
2018-01-08build: Remove ulimit from build.shVladimir Rusinov
2017-07-15build: The default build step already includes lintingJakob Borg
2017-07-11build: Support builds outside of GOPATHJakob Borg
2017-06-02build, jenkins: Move test coverage stuff to jenkins/Lars K.W. Gohlke
2017-06-01build: Update prerelease commandJakob Borg
2016-08-08build, lib: Correct total test coverage calculationJakob Borg
2016-07-25build: Remove unused docker-* commandsJakob Borg
2016-03-05Use Go 1.5 vendoring instead of GodepsJakob Borg
2016-01-30build.sh prerelease should rebuild author credits in about dialogJakob Borg
2016-01-13Fix asset locations in one more placeJakob Borg
2016-01-10Add XUnit compatible test outputJakob Borg
2016-01-01Also build linux-arm64, linux-ppc64, linux-ppc64leJakob Borg
2015-12-08Neater build.sh allJakob Borg
2015-10-28Don't use godep to run testsJakob Borg
2015-10-14Apparently -race adds some stuff gocov doesn't like. Lets try this instead.Jakob Borg
2015-10-14Tests should be run with -raceJakob Borg
2015-08-30Signing is done by stsigtool onlyJakob Borg
2015-08-21Actually map the key into DockerJakob Borg
2015-08-21Pass -sign parameter to build.go from Docker if key is presentJakob Borg
2015-08-13Clean up the scripts a bit (...)Jakob Borg
2015-08-09Allow specifying Docker image to use for buildingJakob Borg
2015-08-09mv internal libJakob Borg
2015-08-09Updates for Go 1.5Jakob Borg
2015-07-20Squashed commit of pull request #1875Jakob Borg
2015-05-30Include generated man pagesJakob Borg
2015-05-30Create 'prerelease' step to run before releasesJakob Borg
2015-05-23Run benchmarks in docker-all insteadJakob Borg
2015-05-23Run benchmarks when running testsJakob Borg
2015-04-29Run vet and lint. Make us lint clean.Jakob Borg
2015-03-30Allowed integration test time 60m -> 90mJakob Borg
2015-03-25Silence go vet composites warningJakob Borg
2015-03-15Also build darwin/386Jakob Borg
2015-02-26Also build Solaris, NetBSD by defaultJakob Borg
2015-02-26Build binary packages for DragonflyJakob Borg
2015-02-11Use syncthing/build:latest for buildingJakob Borg
2015-01-22Improvements to integration testsAudrius Butkevicius
2015-01-16go1.4.1Jakob Borg
2015-01-09Only build ARMv5 (fixes #1218)Jakob Borg
2014-12-19Improve and clean up integration tests, benchmark.Jakob Borg
2014-12-13Patch Go for issue #9102 in build env (fixes #1112)Jakob Borg
2014-12-11Use Go 1.4 for buildsJakob Borg
2014-12-08Run vet and lint during buildJakob Borg
2014-12-06Use Go 1.4 build environment (currently 1.4rc2)Jakob Borg
2014-12-04Revert "Merge pull request #1078 from syncthing/go1.4"Jakob Borg
2014-12-04Use Go 1.4 build environment (currently 1.4rc2)Jakob Borg
2014-11-30Increase allowed test runtimes (fixes #1049)Jakob Borg
2014-11-29Silence verbose docker build outputJakob Borg