]> git.kaiwu.me - quickjs.git/commit
Add CI targets, fix test_std.js (#247)
authorCharlie Gordon <github@chqrlie.org>
Sun, 3 Mar 2024 20:57:38 +0000 (21:57 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Mar 2024 20:57:38 +0000 (21:57 +0100)
commit6a89d7c27099be84e5312a7ec73205d6a7abe1b4
treea43c586e9a49fb67806f0b8efdfaace38708720b
parentebe7496d14a26dec58b36a383d4d0e33a7579563
Add CI targets, fix test_std.js (#247)

This switches the exec test to `SIGTERM` rather than `SIGQUIT` since the
latter didn’t seem to work in QEMU, and the distinction doesn’t really
matter for this test.

This also makes the `isatty()` check smarter by checking whether `STDIN`
is, in fact, a terminal.

Added qemu-alpine targets i386, arm32v6, arm32v7, arm64v8, s390x

Co-authored-by: Felipe Gasper <felipe@felipegasper.com>
.github/workflows/ci.yml
tests/test_std.js