From 2e91d9b2e19a5dee8e5e0959bc9face260c22daf Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 17 Jan 2020 12:50:42 +0000 Subject: Migrate from Travis CI to GitHub Actions. This brings shiny new GitHub integrations as well as allowing us to bring back the macOS builds which were disabled because of the very broken Travis CI macOS infrastructure. --- make/template/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/template/main.mk b/make/template/main.mk index cc26411b7..a57595c9d 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -300,7 +300,7 @@ help: @echo ' INSPIRCD_VERBOSE=1 Show the full command being executed instead of "BUILD: dns.cpp"' @echo ' INSPIRCD_DEBUG=1 Enable debug build, for module development or crash tracing' @echo ' INSPIRCD_DEBUG=2 Enable debug build with optimizations, for detailed backtraces' - @echo ' INSPIRCD_DEBUG=3 Enable fast build with no optimisations or symbols, for Travis CI' + @echo ' INSPIRCD_DEBUG=3 Enable fast build with no optimisations or symbols (only for CI)' @echo ' DESTDIR= Specify a destination root directory (for tarball creation)' @echo ' -j Run a parallel build using N jobs' @echo '' -- cgit v1.2.3