Skip to content

Commit

Permalink
Updated Windows build CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jan 10, 2025
1 parent 38b76c8 commit 2168e95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,20 @@ jobs:
- name: Set Environment Path
shell: bash
run: |
cd n8
echo "N8_PATH=$PWD/dist/n8lang" >> $GITHUB_ENV
- name: Build verification
shell: bash
run: |
cd n8
./dist/n8lang/bin/n8
ls -R dist
- name: Run test scripts
shell: bash
run: |
cd n8
for test in test/*.n8; do
if [[ "$test" != "test/test.n8" ]]; then
./dist/n8lang/bin/n8 "$test"
Expand All @@ -71,6 +74,7 @@ jobs:
- name: Run examples
run: |
cd n8
./dist/n8lang/bin/n8 examples/99-beers.n8
./dist/n8lang/bin/n8 examples/hello.n8
Expand Down

0 comments on commit 2168e95

Please sign in to comment.