Skip to content

Commit

Permalink
xmake test
Browse files Browse the repository at this point in the history
  • Loading branch information
masx200 committed May 4, 2023
1 parent 55d20bc commit 1d9314d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 88 deletions.
85 changes: 0 additions & 85 deletions .github/workflows/build.yml

This file was deleted.

5 changes: 2 additions & 3 deletions xmake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ async function xmake(file: string, toolchain: string, sdk: string) {

const { success, stderr, stdout, code } = await command.output();

assertEquals(success, true);
assertEquals(code, 0);

await writeAll(Deno.stdout, stdout);
await writeAll(Deno.stderr, stderr);
assertEquals(success, true);
assertEquals(code, 0);
}

0 comments on commit 1d9314d

Please sign in to comment.