mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 15:43:02 +01:00
Check that files are formatted correctly.
Fail the CI build if they are not.
This commit is contained in:
parent
b270c1e8b7
commit
68db926f9f
@ -36,4 +36,5 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- $HOME/cache/astyle/build/gcc/bin/astyle --options=astylerc $(find . -name "*.[ch]")
|
- $HOME/cache/astyle/build/gcc/bin/astyle --options=astylerc $(find . -name "*.[ch]")
|
||||||
|
- git diff --exit-code
|
||||||
- make ENABLE_PYTHON=1 -j2
|
- make ENABLE_PYTHON=1 -j2
|
||||||
|
@ -132,6 +132,7 @@ static void catch_SIGSEGV(int sig)
|
|||||||
if (!freopen("/dev/tty", "w", stderr)) { // make sure stderr is enabled since we may have disabled it
|
if (!freopen("/dev/tty", "w", stderr)) { // make sure stderr is enabled since we may have disabled it
|
||||||
fprintf(stderr, "Warning: Failed to enable stderr\n");
|
fprintf(stderr, "Warning: Failed to enable stderr\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
endwin();
|
endwin();
|
||||||
fprintf(stderr, "Caught SIGSEGV: Aborting toxic session.\n");
|
fprintf(stderr, "Caught SIGSEGV: Aborting toxic session.\n");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
|
Loading…
Reference in New Issue
Block a user