Skip to content

Commit

Permalink
.travis.sh : arm64v8/ubuntu:focal takes > 50min. skip test/transparen…
Browse files Browse the repository at this point in the history
…t.l because it takes too long
  • Loading branch information
k-okada committed Dec 15, 2024
1 parent d6919f3 commit e924eec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ for test_l in irteus/test/*.l; do

travis_time_end `expr 32 - $TMP_EXIT_STATUS`

if [[ "$DOCKER_IMAGE" == "arm64v8/ubuntu:focal" ]]; then continue; fi

travis_time_start jskeus.compiled.${test_l##*/}.test

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))))"
Expand Down

0 comments on commit e924eec

Please sign in to comment.