From dee7c5a825234f1f692504177fb37a1d639ab682 Mon Sep 17 00:00:00 2001 From: Dave Jacoby Date: Fri, 23 Feb 2024 16:43:31 -0500 Subject: [PATCH] removed Appveyor and Travis --- .appveyor.yml | 29 +++++++++++++++-------------- .travis.yml | 41 +++++++++++++++++++++-------------------- 2 files changed, 36 insertions(+), 34 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2801043..927a757 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,17 +1,18 @@ -cache: - - C:\strawberry +# moved to GitHub Actions +# cache: +# - C:\strawberry -install: - - if not exist "C:\strawberry" choco install strawberryperl -y - - set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH% - - cd %APPVEYOR_BUILD_FOLDER% - - cpanm IO::Pty IO::Tty - - cpanm --quiet --installdeps --with-develop --notest . +# install: +# - if not exist "C:\strawberry" choco install strawberryperl -y +# - set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH% +# - cd %APPVEYOR_BUILD_FOLDER% +# - cpanm IO::Pty IO::Tty +# - cpanm --quiet --installdeps --with-develop --notest . -build: off -build_script: - - perl Makefile.PL - - gmake +# build: off +# build_script: +# - perl Makefile.PL +# - gmake -test_script: - - gmake test \ No newline at end of file +# test_script: +# - gmake test \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 513cd9e..6a6bc36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,21 @@ -branches: - except: - - gh-pages -language: perl -env: - - PERL_USE_UNSAFE_INC=0 -perl: - - "5.38" - - "5.36" - - "5.34" - - "5.32" - - "5.30" - - "5.28" - - "5.26" - - "5.24" - - "5.22" - - "5.20" - - "5.18" # IO::Tty is missing on the Travis server or cannot be installed? - - "5.16" - - "5.14" +# moved to GitHub Actions +# branches: +# except: +# - gh-pages +# language: perl +# env: +# - PERL_USE_UNSAFE_INC=0 +# perl: +# - "5.38" +# - "5.36" +# - "5.34" +# - "5.32" +# - "5.30" +# - "5.28" +# - "5.26" +# - "5.24" +# - "5.22" +# - "5.20" +# - "5.18" # IO::Tty is missing on the Travis server or cannot be installed? +# - "5.16" +# - "5.14"