Browse Source

Echo CI commands to ease debugging

pull/2224/head
Andrew Waterman 6 months ago
parent
commit
52e6a75584
Failed to extract signature
  1. 1
      ci-tests/test-spike

1
ci-tests/test-spike

@ -1,5 +1,6 @@
#!/bin/bash
set -e
set -x
ROOT=`git rev-parse --show-toplevel`
NPROCS="$(nproc 2> /dev/null || sysctl -n hw.ncpu)"

Loading…
Cancel
Save