diff options
author | Sadie Powell <sadie@witchery.services> | 2020-01-17 12:50:42 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-01-17 15:35:20 +0000 |
commit | 2e91d9b2e19a5dee8e5e0959bc9face260c22daf (patch) | |
tree | 8dd78efb1e66895ebf619f5566daf056038ce1c8 /make/template | |
parent | ca452cca521e2b938dfb37f62d23614c9ec18a90 (diff) |
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.
Diffstat (limited to 'make/template')
-rw-r--r-- | make/template/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 <N> Run a parallel build using N jobs' @echo '' |