Skip to content

Commit

Permalink
Do xgterm check after pkg copy
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Jul 5, 2024
1 parent 4de3032 commit 9909d1d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
cp iraf-*.pkg /tmp
sudo installer -pkg /tmp/iraf-*.pkg -target / -verbose
/usr/local/lib/iraf/test/run_tests /usr/local/lib/iraf/test/noao.astutil.md
# Check that the TERMINFO files are in place
ls -lR /Applications/XGTerm.app/
ls -l /Applications/XGTerm.app/Contents/Resources/terminfo/78/xgterm
ls -l /usr/local/share/terminfo/78/xgterm
- name: Copy file via ssh
env:
Expand All @@ -54,3 +50,9 @@ jobs:
ssh-agent -a $SSH_AUTH_SOCK
ssh-add -v - <<< "${{ secrets.SSH_KEY }}"
scp -o StrictHostKeyChecking=no iraf-*.pkg iraf@olebole.net:dist/
- name: Check that the TERMINFO files are in place
run: |
ls -lR /Applications/XGTerm.app
ls -l /Applications/XGTerm.app/Contents/Resources/terminfo/78/xgterm
ls -l /usr/local/share/terminfo/78/xgterm

0 comments on commit 9909d1d

Please # to comment.