Skip to content

Commit

Permalink
Updated workflow pipelines for Ubuntu, macOS, and Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 21, 2024
1 parent 9f7087b commit 5c51948
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ jobs:
./dist/n8lang/bin/n8 ./test/error_handling.n8
./dist/n8lang/bin/n8 ./test/flow.n8
./dist/n8lang/bin/n8 ./test/func.n8
./dist/n8lang/bin/n8 ./test/lock.n8
./dist/n8lang/bin/n8 ./test/loop.n8
./dist/n8lang/bin/n8 ./test/native.n8
./dist/n8lang/bin/n8 ./test/parallel.n8
./dist/n8lang/bin/n8 ./test/regex.n8
./dist/n8lang/bin/n8 ./test/test.n8
./dist/n8lang/bin/n8 ./test/test.n8 -t
./dist/n8lang/bin/n8 ./test/types.n8
- name: Run examples
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ jobs:
./dist/n8lang/bin/n8 ./test/error_handling.n8
./dist/n8lang/bin/n8 ./test/flow.n8
./dist/n8lang/bin/n8 ./test/func.n8
./dist/n8lang/bin/n8 ./test/lock.n8
./dist/n8lang/bin/n8 ./test/loop.n8
./dist/n8lang/bin/n8 ./test/native.n8
./dist/n8lang/bin/n8 ./test/parallel.n8
./dist/n8lang/bin/n8 ./test/regex.n8
./dist/n8lang/bin/n8 ./test/test.n8
./dist/n8lang/bin/n8 ./test/test.n8 -t
./dist/n8lang/bin/n8 ./test/types.n8
end=$(date +%s%3N)
echo "Elapsed time: $((end - start)) ms"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
dist\n8lang\bin\n8 test\error_handling.n8
dist\n8lang\bin\n8 test\flow.n8
dist\n8lang\bin\n8 test\func.n8
dist\n8lang\bin\n8 test\lock.n8
dist\n8lang\bin\n8 test\loop.n8
dist\n8lang\bin\n8 test\native.n8
dist\n8lang\bin\n8 test\parallel.n8
dist\n8lang\bin\n8 test\regex.n8
dist\n8lang\bin\n8 test\test.n8
dist\n8lang\bin\n8 test\test.n8 -t
dist\n8lang\bin\n8 test\types.n8
- name: Run examples
Expand Down

0 comments on commit 5c51948

Please sign in to comment.