We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2a946 commit 902deb0Copy full SHA for 902deb0
ci_test.sh
@@ -6,7 +6,14 @@ sudo dpkg -i ../comcom64*.deb
6
7
. ./ci_test_prereq.sh
8
9
-dosemu -td -E ver
+if ! dosemu -td -o boot.log -E ver ; then
10
+ {
11
+ echo "================== boot.log ==================="
12
+ cat boot.log
13
+ echo "==============================================="
14
+ } >&2
15
+ exit 1
16
+fi
17
18
make 32 -j 9
19
# make sure 32bit version also built
0 commit comments