File tree Expand file tree Collapse file tree 1 file changed +0
-39
lines changed Expand file tree Collapse file tree 1 file changed +0
-39
lines changed Original file line number Diff line number Diff line change @@ -605,45 +605,6 @@ jobs:
605
605
model-kind : ${{ matrix.models }}
606
606
timeout-minutes : 5
607
607
# Windows jobs
608
- swig_Windows :
609
- name : " Win|Build SWIG"
610
- runs-on : windows-2019
611
- steps :
612
- - name : Switch git-bash shell to MSYS2 shell by adding MSYS2 path to PATH front
613
- run : echo "$MSYS2_SHELL_PATH" >> $GITHUB_PATH
614
- - uses : mozilla/setup-msys2@v2
615
- with :
616
- msystem : MSYS
617
- update : true
618
- install : >-
619
- autoconf
620
- automake
621
- bison
622
- gcc
623
- git
624
- make
625
- pcre-devel
626
- - uses : actions/checkout@v2
627
- with :
628
- repository : " lissyx/swig"
629
- ref : " fec7d5d3179833e37759ffc6532f86344982e26a"
630
- - run : |
631
- mkdir -p build-static/
632
- - run : |
633
- export CFLAGS="-static-libgcc -static-libstdc++"
634
- export CXXFLAGS="-static-libgcc -static-libstdc++"
635
- sh autogen.sh
636
- ./configure \
637
- --prefix=`pwd`/build-static/ \
638
- --program-prefix=ds-
639
- - run : |
640
- make -j
641
- - run : |
642
- make install
643
- - uses : actions/upload-artifact@v2
644
- with :
645
- name : ${{ github.job }}
646
- path : ${{ github.workspace }}/build-static/
647
608
build-ctc-decoder-windows :
648
609
name : " Win|Build CTC decoder Python package for testing"
649
610
needs : [swig_Windows_crosscompiled]
You can’t perform that action at this time.
0 commit comments