Skip to content

Commit

Permalink
Remove unused SWIG native build job
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Apr 27, 2021
1 parent b542e9e commit 46dab53
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -607,45 +607,6 @@ jobs:
model-kind: ${{ matrix.models }}
timeout-minutes: 5
# Windows jobs
swig_Windows:
name: "Win|Build SWIG"
runs-on: windows-2019
steps:
- name: Switch git-bash shell to MSYS2 shell by adding MSYS2 path to PATH front
run: echo "$MSYS2_SHELL_PATH" >> $GITHUB_PATH
- uses: msys2/setup-msys2@v2
with:
msystem: MSYS
update: true
install: >-
autoconf
automake
bison
gcc
git
make
pcre-devel
- uses: actions/checkout@v2
with:
repository: "lissyx/swig"
ref: "fec7d5d3179833e37759ffc6532f86344982e26a"
- run: |
mkdir -p build-static/
- run: |
export CFLAGS="-static-libgcc -static-libstdc++"
export CXXFLAGS="-static-libgcc -static-libstdc++"
sh autogen.sh
./configure \
--prefix=`pwd`/build-static/ \
--program-prefix=ds-
- run: |
make -j
- run: |
make install
- uses: actions/upload-artifact@v2
with:
name: ${{ github.job }}
path: ${{ github.workspace }}/build-static/
build-ctc-decoder-windows:
name: "Win|Build CTC decoder Python package for testing"
needs: [swig_Windows_crosscompiled]
Expand Down

0 comments on commit 46dab53

Please sign in to comment.