1
0
Fork 0

Merge branch 'master' of github.com:google/llvm-premerge-checks

This commit is contained in:
Christian Kühnel 2019-11-27 14:40:10 +00:00
commit a4f35fa6a3

View file

@ -6,7 +6,7 @@ The *checks* comprise of these steps:
1. Checkout of the git repository 1. Checkout of the git repository
1. Apply the patch -- `arc patch` 1. Apply the patch -- `arc patch`
1. Run Cmake 1. Run Cmake -- see [run_cmake.sh](https://github.com/google/llvm-premerge-checks/blob/master/scripts/run_cmake.sh#L31) for details
1. Build the binaries -- `ninja all` 1. Build the binaries -- `ninja all`
1. Run the test suite -- `ninja check-all` 1. Run the test suite -- `ninja check-all`
@ -56,4 +56,4 @@ If you notice any bugs, please create a [new issue](https://github.com/google/ll
# Contributing # Contributing
We're happy to get help on improving the infrastructure and the workflows. If you're interested please contact [Christian Kühnel](mailto:kuhnel@google.com). We're happy to get help on improving the infrastructure and the workflows. If you're interested please contact [Christian Kühnel](mailto:kuhnel@google.com).