From c3c25baa3628375d9519a28e55c188fc7d3d9ab1 Mon Sep 17 00:00:00 2001 From: "Mathew W. McLean" Date: Tue, 1 Oct 2024 15:12:57 +1000 Subject: [PATCH] Remove appveyor Signed-off-by: Mathew W. McLean --- .appveyor.yml | 63 --------------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index cf67ef5..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,63 +0,0 @@ -init: - ps: | - $ErrorActionPreference = "Stop" - Invoke-WebRequest https://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" - Import-Module '..\appveyor-tool.ps1' -install: - ps: Bootstrap - - -cache: - - C:\RLibrary - -environment: - matrix: - - R_VERSION: devel - POPPLERQT5FILE: 'dev\windows\appveyor\poppler-qt5-debug.zip' - CRAN: https://cran.rstudio.com - - R_VERSION: release - RTOOLS_VERSION: 32 - CRAN: https://cran.rstudio.com - POPPLERQT5FILE: 'dev\windows\appveyor\poppler-qt5-debug.zip' - global: - NOT_CRAN: true - -build_script: - - travis-tool.sh install_deps -# - travis-tool.sh install_r devtools -# - Rscript -e 'devtools::install_github("romainfrancois/bibtex")' -# - travis-tool.sh install_github romainfrancois/bibtex -# - Rscript -e "install.packages('covr', repos = 'https://cran.rstudio.com')" -# - travis-tool.sh install_github jimhester/covr -# - travis-tool.sh install_github rstats-db/RSQLite - - -test_script: - - travis-tool.sh run_tests - -on_failure: - - travis-tool.sh dump_logs - - 7z a failure.zip *.Rcheck\* - - appveyor PushArtifact failure.zip - -# on_success: -# - R -e "covr::coveralls(type = 'all')" - -artifacts: - - path: '*.Rcheck\**\*.log' - name: Logs - - - path: '*.Rcheck\**\*.out' - name: Logs - - - path: '*.Rcheck\**\*.fail' - name: Logs - - - path: '*.Rcheck\**\*.Rout' - name: Logs - - - path: '\*_*.tar.gz' - name: Bits - - - path: '\*_*.zip' - name: Bits \ No newline at end of file