mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-30 06:54:26 +03:00
Add github CI tests
- disable `isatty()` test in `test_os()` - add `.github/workflows/ci.yml` with 8 targets
This commit is contained in:
@@ -144,7 +144,8 @@ function test_os()
|
||||
{
|
||||
var fd, fpath, fname, fdir, buf, buf2, i, files, err, fdate, st, link_path;
|
||||
|
||||
assert(os.isatty(0));
|
||||
// XXX(bnoordhuis) disabled because stdio is not a tty on CI
|
||||
//assert(os.isatty(0));
|
||||
|
||||
fdir = "test_tmp_dir";
|
||||
fname = "tmp_file.txt";
|
||||
|
Reference in New Issue
Block a user