Skip to content

Commit

Permalink
Update ci-macos.yml
Browse files Browse the repository at this point in the history
removed extra bits now that using the common action
  • Loading branch information
electricbrass authored Sep 28, 2024
1 parent a864834 commit f46613e
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,34 +61,5 @@ jobs:
# Xvfb really wants this directory to exist and be owned by root
sudo mkdir -p -m1777 /tmp/.X11-unix
- name: Autogen
run: ./autogen.sh

- name: Post-autogen workarounds
run: |
touch intl/ChangeLog
- name: Configure
run: ./configure

- name: Debug
run: |
bison --version
convert --version
ls -l $(which tgif)
- name: Build
run: |
echo "Running: $XVFB_RUN make"
$XVFB_RUN -- make
- name: Test stdio-wcalc
run: cd stdio-wcalc && ./run_tests.sh --show-diffs

- name: Distcheck
run: |
echo "Running: $XVFB_RUN make distcheck"
$XVFB_RUN -- make distcheck
- name: Common
uses: ./.github/workflows/common

0 comments on commit f46613e

Please sign in to comment.