Skip to content

Commit

Permalink
further revised release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Oct 2, 2024
1 parent 4c8e72a commit 0115653
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,24 @@ jobs:
uses: actions/checkout@v3

- name: Set up build tools
run: sudo apt-get install -y build-essential autoconf automake libtool pkg-config autoconf-archive
run: sudo apt-get install -y \
build-essential \
autoconf \
autoconf-archive \
automake \
curl \
git \
libev-dev \
libtool \
pkg-config \
sqlite

- name: Generate configure script
run: autoreconf -fi

- name: Run configure
run: ./configure

- name: Build the project
run: make

- name: Create .tar.gz source tarball
run: make dist

Expand Down

0 comments on commit 0115653

Please sign in to comment.