Skip to content

Commit

Permalink
Make the cygport install cp verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 18, 2023
1 parent 702915a commit 6bf5ed4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
ninja -C _build
- name: Install the local cygport build
run: |
cd cygport
cp _build/bin/cygport /usr/bin/cygport
cp data/gnuconfig/config.guess data/gnuconfig/config.sub /usr/share/cygport/
cp lib/*.cygpart /usr/share/cygport/lib/
cp cygclass/*.cygclass /usr/share/cygport/cygclass/
cp data/mirrors /usr/share/cygport/mirrors
cp tools/deb2targz tools/pkgrip tools/sysrootize /usr/share/cygport/tools/
cd -v cygport
cp -v _build/bin/cygport /usr/bin/cygport
cp -v data/gnuconfig/config.guess data/gnuconfig/config.sub /usr/share/cygport/
cp -v lib/*.cygpart /usr/share/cygport/lib/
cp -v cygclass/*.cygclass /usr/share/cygport/cygclass/
cp -v data/mirrors /usr/share/cygport/mirrors
cp -v tools/deb2targz tools/pkgrip tools/sysrootize /usr/share/cygport/tools/
- name: Tar up cygport build results
if: always()
run: tar -caf cygport-build-results-${{ matrix.cygport-ref }}.txz --exclude-vcs cygport
Expand Down

0 comments on commit 6bf5ed4

Please sign in to comment.