Skip to content

Commit

Permalink
cleanup ci / gh actions; remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Feb 5, 2024
1 parent d2f87f8 commit 3c89ebd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,8 @@ install:
- dir C:\msys64
- dir C:\msys64\mingw64
- dir C:\msys64\mingw64\bin
# - dir C:\msys64\mingw64\bin\*make*.exe
- copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe
# - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
# - SET PERL5LIB=%PERL5LIB%;C:/_P5/lib/perl5
# - SET PERL_LOCAL_LIB_ROOT=C:/_P5
# - SET PERL_MB_OPT=--install_base C:/_P5
# - SET PERL_MM_OPT=INSTALL_BASE=C:/_P5
- perl -v
- set CMAKE_MAKE_PROGRAM=C:\strawberry\c\bin\gmake.exe
# - git clone https://gitlab.com/cmocka/cmocka libtap
# - mkdir libtap\b
# - cd libtap\b
# - cmake -G "MinGW Makefiles" -DCMAKE_MAKE_PROGRAM=%CMAKE_MAKE_PROGRAM% -DCMAKE_INSTALL_PREFIX=C:\libtap ..
# - echo %PATH%
# - gmake
# - gmake install
# - cd ..\..\
- git clone https://github.com/shlomif/rinutils rinutils
- mkdir rinutils\b
- cd rinutils\b
Expand All @@ -55,7 +40,6 @@ install:
- gmake
- gmake install
- SET MYOLDPATH_=%PATH%
# - SET PATH=C:\MinGW\bin;%PATH%
- mkdir ..\b32
- cd ..\b32
- cmake -G "MinGW Makefiles" -DWITH_TEST_SUITE=OFF -DCMAKE_MAKE_PROGRAM=%CMAKE_MAKE_PROGRAM% -DCMAKE_INSTALL_PREFIX=C:\libtap32 ..
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ jobs:
perl -v || ( echo Failed & exit /B 1 )
set CMAKE_MAKE_PROGRAM=C:\strawberry\c\bin\gmake.exe
git clone https://github.com/shlomif/rinutils rinutils || ( echo Failed
& exit /B 1 )
Expand Down

0 comments on commit 3c89ebd

Please sign in to comment.