Skip to content

Commit

Permalink
add workflow to create source tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Apr 2, 2024
1 parent 0b00ab2 commit 669e51c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ env:
R2V: 5.9.0

jobs:
sources:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.7.x
- name: apt dependencies
run: sudo pip3 install meson ninja
- name: fetch dependencies via meson
run: meson subprojects download
- uses: actions/upload-artifact@v3
with:
name: r2dec-${{env.R2V}}-src-with-deps.zip
path: .
linux:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 669e51c

Please sign in to comment.