Skip to content

Commit

Permalink
Print sibernetic info
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jan 26, 2024
1 parent 6aeb352 commit 29bb1cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
make clean
make
- name: Print Sibernetic help
run: |
./Release/Sibernetic -h
- name: Print info on executable
run: |
ldd ./Release/Sibernetic
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
make clean
make
- name: Print Sibernetic help
run: |
./Release/Sibernetic -h
- name: Run quick Sibernetic test
run: |
ldd ./Release/Sibernetic
Expand All @@ -83,6 +87,6 @@ jobs:
- name: Final version info
run: |
python -V
pip list

0 comments on commit 29bb1cf

Please sign in to comment.