Skip to content

Commit a1543f1

Browse files
committed
test windows
1 parent efdeb43 commit a1543f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
set -euo pipefail
33
IFS=$'\n\t'
44

5+
echo "$ clang --print-target-triple"
6+
clang --print-target-triple
7+
58
# Get number of CPU cores
69
CPUS=$(getconf _NPROCESSORS_ONLN 2>/dev/null || getconf NPROCESSORS_ONLN 2>/dev/null || echo 1)
710

0 commit comments

Comments
 (0)