Skip to content

Commit

Permalink
Updated workflow pipeline actions for testing basic GLFW window.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 14, 2024
1 parent 00852e1 commit 7569a8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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 @@ -56,8 +56,9 @@ jobs:
- name: Run examples
run: |
./dist/n8lang/bin/n8 ./examples/hello.n8
./dist/n8lang/bin/n8 ./examples/99-beers.n8
./dist/n8lang/bin/n8 ./examples/glfw-window.n8
./dist/n8lang/bin/n8 ./examples/hello.n8
- name: Upload dist folder
uses: actions/upload-artifact@v4
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 @@ -61,8 +61,9 @@ jobs:
- name: Run examples
run: |
/usr/bin/time -v ./dist/n8lang/bin/n8 ./examples/hello.n8
/usr/bin/time -v ./dist/n8lang/bin/n8 ./examples/99-beers.n8
/usr/bin/time -v ./dist/n8lang/bin/n8 ./examples/glfw-window.n8
/usr/bin/time -v ./dist/n8lang/bin/n8 ./examples/hello.n8
- name: Create N8 *.deb file
run: python tools/build_deb.py
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Run examples
run: |
dist\n8lang\bin\n8 examples\99-beers.n8
dist\n8lang\bin\n8 examples\glfw-window.n8
dist\n8lang\bin\n8 examples\hello.n8
- name: Upload dist folder
Expand Down

0 comments on commit 7569a8b

Please sign in to comment.