Skip to content

Commit 88495dd

Browse files
committed
CI DEBUG: DO NOT MERGE
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
1 parent dfb6fdd commit 88495dd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
macos:
5-
xcode: "11.3.1"
5+
xcode: "12.4.0"
66
environment:
77
# OPAM seems to be quite unhappy without $TERM and Circle doesn't seem to set one.
88
TERM: vt100

test/tinycore.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
#!/bin/sh
1+
#!/bin/sh -x
22
set -e
33

4+
# debug
5+
sysctl machdep.cpu
6+
ioreg -l
7+
48
# These are binaries from a mirror of
59
# http://tinycorelinux.net
610
# with the following patch applied:

0 commit comments

Comments
 (0)