Skip to content

Commit

Permalink
Removed GLFW basic window example test on workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 14, 2024
1 parent 8543cd6 commit 5c56301
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ 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
1 change: 0 additions & 1 deletion .github/workflows/build_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
- name: Run examples
run: |
/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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ 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 5c56301

Please sign in to comment.