Skip to content

Commit

Permalink
Update release-alpine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 authored Oct 21, 2024
1 parent 6c026f2 commit c8aa3da
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build Alpine Package

on:
# push:
# tags:
# - 'v*'
push:
branches:
- master
tags:
- 'v*'

jobs:
build:
Expand All @@ -17,18 +19,15 @@ jobs:
with:
fetch-depth: 0

- name: Install dependencies
- name: Build
run: |
apk add --no-cache \
alpine-sdk \
cmake \
git \
curl \
bash \
build-base \
boost-dev \
gmp-dev \
abuild
chmod +x ./build.sh
./build.sh
- name: Test
run: |
chmod +x ./test.sh
./test.sh
- name: Create Alpine package
run: |
Expand Down

0 comments on commit c8aa3da

Please sign in to comment.