summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2023-09-27 00:49:17 -0300
committerGitHub <noreply@github.com>2023-09-27 05:49:17 +0200
commit21218d743fad5c0c7f0ef6a6a189178e4b1effed (patch)
tree07e4216209ce416235ce28f8e5b18a9e2095735e /doc
parenta7a0cfe8eb5942d799b4b7e2fdf26bcb9ff8ffab (diff)
downloadNim-21218d743fad5c0c7f0ef6a6a189178e4b1effed.tar.gz
Documentation only (#22761)
- Mention Bisect bot in Bisect documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/intern.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/intern.md b/doc/intern.md
index e1861ea7d..6b16bc71f 100644
--- a/doc/intern.md
+++ b/doc/intern.md
@@ -107,6 +107,10 @@ You can also bisect using custom options to build the compiler, for example if
 you don't need a debug version of the compiler (which runs slower), you can replace
 `./koch temp`:cmd: by explicit compilation command, see [Bootstrapping the compiler].
 
+See also:
+
+- Crossplatform C/Cpp/Valgrind/JS Bisect in GitHub: https://github.com/juancarlospaco/nimrun-action#examples
+
 
 Building an instrumented compiler
 ---------------------------------