Skip to content

Commit

Permalink
fix: Test Portfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Sep 21, 2024
1 parent d1a0378 commit 902c9a4
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/port_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,27 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

- name: Install MacPorts
run: |
curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci
source ./macports-ci install
- uses: actions/checkout@v4

- name: Copy Portfile to ~/
run: |
cp ./macports/Portfile ~/
- uses: actions/checkout@v4
with:
repository: 'macports/macports-ports'

- name: Copy Portfile from ~/ to target directory
run: |
cp ~/Portfile ./devel/eask-cli/Portfile
- name: Test
working-directory: macports
working-directory: devel/eask-cli/
run: |
port lint --nitpick
sudo port -vst install

0 comments on commit 902c9a4

Please sign in to comment.