We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6919f3 commit e924eecCopy full SHA for e924eec
.travis.sh
@@ -102,6 +102,8 @@ for test_l in irteus/test/*.l; do
102
103
travis_time_end `expr 32 - $TMP_EXIT_STATUS`
104
105
+ if [[ "$DOCKER_IMAGE" == "arm64v8/ubuntu:focal" ]]; then continue; fi
106
+
107
travis_time_start jskeus.compiled.${test_l##*/}.test
108
109
irteusgl "(let ((o (namestring (merge-pathnames \".o\" \"$test_l\"))) (so (namestring (merge-pathnames \".so\" \"$test_l\")))) (compile-file \"$test_l\" :o o) (if (probe-file so) (load so) (exit 1))))"
0 commit comments