Skip to content

Commit

Permalink
Merge pull request #361 from bkmgit/ci
Browse files Browse the repository at this point in the history
Try some command line examples
  • Loading branch information
dtschump authored Nov 18, 2023
2 parents 00a91bd + b88bab5 commit fa720c4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/Test_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
make clean
make mlinux
popd
- name: test
run: |
pushd examples
./image2ascii
./generate_loop_macros
popd
build-on-macos:
runs-on: macos-latest
Expand All @@ -35,3 +42,10 @@ jobs:
make clean
make mmacos
popd
- name: test
run: |
pushd examples
./image2ascii
./generate_loop_macros
popd

0 comments on commit fa720c4

Please sign in to comment.