Skip to content

Commit

Permalink
Merge pull request #119 from robinst/swig-4.0.2
Browse files Browse the repository at this point in the history
Regenerate wrappers with swig 4.0.2 and taglib 1.11.1
  • Loading branch information
robinst authored Apr 12, 2022
2 parents eb6708f + 1c4e10a commit 8f48ca5
Show file tree
Hide file tree
Showing 13 changed files with 2,732 additions and 2,313 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
MAKEFLAGS: -j2
PLATFORM: x86_64-linux
TAGLIB_VERSION: 1.11.1
SWIG_DIR: .swig-v3.0.7
SWIG_DIR: .swig-v4.0.2

steps:
- uses: actions/checkout@v2
Expand All @@ -34,17 +34,17 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}

- name: Cache SWIG v3.0.7
- name: Cache SWIG v4.0.2
id: cache-swig
uses: actions/cache@v2
with:
path: ~/${{ env.SWIG_DIR }}
key: swig-${{ matrix.os }}-v3.0.7
key: swig-${{ matrix.os }}-v4.0.2

- name: Install SWIG v3.0.7
- name: Install SWIG v4.0.2
run: |
sudo apt install yodl
git clone --depth 1 --branch v3.0.7 https://github.com/swig/swig.git
git clone --depth 1 --branch v4.0.2 https://github.com/swig/swig.git
cd swig
./autogen.sh
./configure --prefix=$HOME/$SWIG_DIR --with-ruby=$(which ruby) --without-alllang
Expand Down
Loading

0 comments on commit 8f48ca5

Please sign in to comment.