aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Start using Travis default XCode image (8.3)Jack Lloyd2017-11-291-1/+0
|
* Add flags to disable building/installing documentationJack Lloyd2017-11-291-12/+12
|
* Use jom via botan-ci-tools repoJack Lloyd2017-11-131-2/+2
| | | | download.qt.io seems to be down ...
* Add support for ARIA GCM ciphersuitesJack Lloyd2017-11-031-6/+6
| | | | Tested against OpenSSL master
* Allow trailing comments for include matchersSimon Warta2017-10-191-0/+10
|
* Rename method to AmalgamationHelper.is_unconditional_std_include and testSimon Warta2017-10-191-0/+34
|
* Avoid leaking SONAR_TOKEN in the build logJack Lloyd2017-10-032-2/+3
|
* Fix parsing of git datestamps in release scriptJack Lloyd2017-10-021-4/+4
| | | | [ci skip]
* Disabling autodetection doesn't help if we force it in travis.ymlJack Lloyd2017-10-011-1/+1
|
* Ugh, disable ccache on Sonar buildJack Lloyd2017-10-011-2/+2
| | | | It seems ccache doesn't handle -fprofile-instr-generate correctly.
* Gah, remove llvm not install it!Jack Lloyd2017-10-011-1/+1
|
* Remove llvm package on Travis so we get a recent llvm-covJack Lloyd2017-10-011-0/+3
|
* Need SoftHSM for sonar build nowJack Lloyd2017-10-011-3/+9
|
* Get coverage reports in SonarJack Lloyd2017-10-012-20/+42
|
* Switch Sonar analysis to a private organizationJack Lloyd2017-09-301-3/+4
| | | | | I think this allows us to use custom quality profiles (ie, disable or edit rulesets).
* Further Travis matrix fiddlingJack Lloyd2017-09-291-3/+3
| | | | | The fuzzer build is still in the critical path, everything else still finished before it.
* Fiddle with Travis test ordering a bitJack Lloyd2017-09-291-6/+6
| | | | | Having several long tests at the end means we end up not being able to make good use of Travis running 5 builds for us in parallel.
* Remove sanitizer and mini-static builds from TravisJack Lloyd2017-09-291-6/+0
| | | | | | | | | | Sanitizer mode isn't testing anything extra vs the fuzzer tests which also use the sanitizers. Similarly mini-static is pretty well covered by the other minimized build and the static build. Will cut about 7-10 minutes from Travis build time.
* Build test scriptJack Lloyd2017-09-291-3/+3
| | | | [ci skip]
* Build script workJack Lloyd2017-09-291-11/+29
| | | | [ci skip]
* More futzing with the build em all scriptJack Lloyd2017-09-291-31/+36
| | | | [ci skip]
* More build test scriptingJack Lloyd2017-09-281-1/+5
| | | | [ci skip]
* Expand build test to also cover single-module exclusionsJack Lloyd2017-09-281-9/+13
|
* Disable clcache on AppVeyorJack Lloyd2017-09-282-19/+1
| | | | | | AppVeyor's sharding of the build cache across VM providers means the effective cache hit rate is basically zero. So using clcache just slows down the build without much benefit.
* Build the PDFJack Lloyd2017-09-281-19/+31
|
* Rewrite website generator script in PythonJack Lloyd2017-09-283-49/+143
|
* Share the _static dir between both Sphinx instancesJack Lloyd2017-09-241-0/+2
| | | | [ci skip]
* Make it possible to build the website from outside src dirJack Lloyd2017-09-241-18/+29
| | | | [ci skip]
* Add script that runs build+test across many configs, reports errorsJack Lloyd2017-09-241-0/+88
|
* Date snapshots by the date of last revision in that branchJack Lloyd2017-09-221-66/+78
| | | | [ci skip]
* Add -k to CI buildsJack Lloyd2017-09-211-0/+1
|
* Fix website scriptJack Lloyd2017-09-201-1/+1
| | | | [ci skip]
* Have valgrind error out on memory leaksJack Lloyd2017-09-201-1/+1
|
* Sort files in archiveJack Lloyd2017-09-191-1/+1
|
* Improvements to snapshotJack Lloyd2017-09-191-25/+30
|
* Fix snapshot buildsJack Lloyd2017-09-191-2/+3
|
* Improvements to distribution scriptJack Lloyd2017-09-191-89/+135
| | | | | | | | All timestamps are set based on the release date so we create the exact same archive each time regardless of when the script is run. Modulo some timezone issue anyway. This only involved one horrible hack. Partial port to Python3 but still doesn't work there.
* Move config files to src/configsJack Lloyd2017-09-192-64/+15
|
* Guh setting PATH in subshell...Jack Lloyd2017-09-171-2/+1
|
* Fix lintJack Lloyd2017-09-161-4/+4
|
* Fix compareJack Lloyd2017-09-161-1/+1
|
* Small tweaks for CIJack Lloyd2017-09-163-4/+8
|
* Use prebuilt ccache binaryJack Lloyd2017-09-101-6/+1
|
* Remove test branch from appveyor yamlJack Lloyd2017-09-101-1/+0
|
* Enable clcacheJack Lloyd2017-09-102-1/+16
|
* Merge GH #1199 Run Windows CI build via Python scriptJack Lloyd2017-09-104-60/+119
|\
| * Fix Sonar buildJack Lloyd2017-09-081-1/+1
| |
| * Fix var assignmentJack Lloyd2017-09-081-2/+2
| |
| * Fix ccache detectionJack Lloyd2017-09-081-1/+2
| |
| * Script the Windows CI buildJack Lloyd2017-09-084-59/+117
| |