Skip to content

try out composite actions #1

try out composite actions

try out composite actions #1

Workflow file for this run

name: 'Wcalc CI - Common''
runs:
using: "composite"
steps:
- 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