mirror of
https://github.com/vale981/ray
synced 2025-03-04 09:31:43 -05:00

Clean up the ci/ directory. This means getting rid of the travis/ path completely and moving the files into sensible subdirectories. Details: - Moves everything under ci/travis into subdirectories, e.g. ci/build, ci/lint, etc. - Minor adjustments to some scripts (variable renames) - Removes the outdated (unused) asan tests
3 lines
102 B
Bash
Executable file
3 lines
102 B
Bash
Executable file
#!/bin/bash
|
|
chmod +x "$PWD"/ci/lint/pre-push
|
|
ln -s "$PWD"/ci/lint/pre-push "$PWD"/.git/hooks/pre-push
|