mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Throw a #warning when the CI build is detected. Sorry for the noise
This commit is contained in:
parent
83cb1baf4f
commit
b8af038726
@ -3,6 +3,7 @@
|
||||
const char * const netsurf_version = "3.0 (Dev"
|
||||
#if defined(CI_BUILD)
|
||||
" CI #" CI_BUILD
|
||||
#warning Discovered CI build.
|
||||
#endif
|
||||
")"
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user