about summary refs log tree commit diff
path: root/nyx_mode
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 14:53:10 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 14:53:10 +0100
commit37d20392117b2d7e887b9ef3694f31ef43b2c9b6 (patch)
treeef1db3e42bd23e9627ad695f9a65f1e7c5b951b0 /nyx_mode
parentd8e8d34c4e5d481433d7fa73db1583410a6981cd (diff)
downloadafl++-37d20392117b2d7e887b9ef3694f31ef43b2c9b6.tar.gz
finalize ci fix
Diffstat (limited to 'nyx_mode')
-rwxr-xr-xnyx_mode/build_nyx_support.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh
index cd04ce7e..fda4ec12 100755
--- a/nyx_mode/build_nyx_support.sh
+++ b/nyx_mode/build_nyx_support.sh
@@ -9,6 +9,14 @@ echo
 
 echo "[*] Performing basic sanity checks..."
 
+if [ "$CI" = "true" ]; then
+
+  echo "[-] Error: nyx_mode cannot be tested in the Github CI, skipping ..."
+  exit 0
+
+fi
+
+
 if [ -n "$NO_NYX" ]; then
 
   echo "[-] Error: the NO_NYX environment variable is set, please unset."