Skip to content

Commit

Permalink
Also install x11iraf
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Feb 29, 2024
1 parent 5ef1ac3 commit 38e4a0e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,29 @@ jobs:
repository: iraf-community/iraf
path: ${{ env.iraf }}

- name: Checkout x11iraf
uses: actions/checkout@v3
with:
repository: iraf-community/x11iraf
path: x11iraf

- name: Build IRAF
run: |
IRAFARCH=macos64 CFLAGS="-O2" make -C ${{ env.iraf }}
- name: Run tests
- name: Run IRAF tests
run: |
make -C ${{ env.iraf }} test
- name: Build x11iraf
run: |
make -C x11iraf
- name: Installation
run: |
mkdir install
make -C ${{ env.iraf }} DESTDIR=`pwd`/install install
make -C x11iraf DESTDIR=`pwd`/install install
- name: Create distribution file
run: |
Expand Down

0 comments on commit 38e4a0e

Please sign in to comment.