-
- Downloads
Merge branch 'js/vsts-ci'
Prepare to run test suite on Azure Pipeline. * js/vsts-ci: (22 commits) test-date: drop unused parameter to getnanos() ci: parallelize testing on Windows ci: speed up Windows phase tests: optionally skip bin-wrappers/ t0061: workaround issues with --with-dashes and RUNTIME_PREFIX tests: add t/helper/ to the PATH with --with-dashes mingw: try to work around issues with the test cleanup tests: include detailed trace logs with --write-junit-xml upon failure tests: avoid calling Perl just to determine file sizes README: add a build badge (status of the Azure Pipelines build) mingw: be more generous when wrapping up the setitimer() emulation ci: use git-sdk-64-minimal build artifact ci: add a Windows job to the Azure Pipelines definition Add a build definition for Azure DevOps ci/lib.sh: add support for Azure Pipelines tests: optionally write results as JUnit-style .xml test-date: add a subcommand to measure times in shell scripts ci: use a junction on Windows instead of a symlink ci: inherit --jobs via MAKEFLAGS in run-build-and-tests ci/lib.sh: encapsulate Travis-specific things ...
No related branches found
No related tags found
Showing
- Makefile 11 additions, 0 deletionsMakefile
- README.md 2 additions, 0 deletionsREADME.md
- azure-pipelines.yml 387 additions, 0 deletionsazure-pipelines.yml
- ci/install-dependencies.sh 3 additions, 2 deletionsci/install-dependencies.sh
- ci/lib.sh 71 additions, 21 deletionsci/lib.sh
- ci/make-test-artifacts.sh 12 additions, 0 deletionsci/make-test-artifacts.sh
- ci/mount-fileshare.sh 25 additions, 0 deletionsci/mount-fileshare.sh
- ci/print-test-failures.sh 14 additions, 1 deletionci/print-test-failures.sh
- ci/run-build-and-tests.sh 6 additions, 3 deletionsci/run-build-and-tests.sh
- ci/run-linux32-build.sh 1 addition, 1 deletionci/run-linux32-build.sh
- ci/run-linux32-docker.sh 1 addition, 1 deletionci/run-linux32-docker.sh
- ci/run-static-analysis.sh 2 additions, 2 deletionsci/run-static-analysis.sh
- ci/run-test-slice.sh 17 additions, 0 deletionsci/run-test-slice.sh
- ci/run-windows-build.sh 1 addition, 1 deletionci/run-windows-build.sh
- ci/test-documentation.sh 4 additions, 3 deletionsci/test-documentation.sh
- compat/mingw.c 1 addition, 1 deletioncompat/mingw.c
- t/.gitignore 1 addition, 0 deletionst/.gitignore
- t/README 9 additions, 0 deletionst/README
- t/helper/test-date.c 12 additions, 0 deletionst/helper/test-date.c
- t/helper/test-path-utils.c 64 additions, 0 deletionst/helper/test-path-utils.c
azure-pipelines.yml
0 → 100644
ci/make-test-artifacts.sh
0 → 100755
ci/mount-fileshare.sh
0 → 100755
ci/run-test-slice.sh
0 → 100755
Please register or sign in to comment