Skip to content

Commit

Permalink
update appveyor to use github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hofnerb committed Feb 28, 2017
1 parent 92e9123 commit daaa089
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions appveyor.yml
Expand Up @@ -10,20 +10,13 @@ install:
- ps: Bootstrap

# Adapt as necessary starting from here

# environment:
# matrix:
# - TEST_DIR: pkg\mboostPatch
# - TEST_DIR: pkg\mboostDevel

before_build:
# - cp travis-tool.sh.cmd %TEST_DIR%/travis-tool.sh.cmd
# - cp ../travis-tool.sh pkg/travis-tool.sh
# - cd %TEST_DIR%
- bash -c "echo '^travis-tool\.sh\.cmd$' >> .Rbuildignore"

build_script:
- travis-tool.sh install_deps
- travis-tool.sh install_github hofnerb/stabs
- travis-tool.sh install_github boost-R/gamboostLSS

test_script:
- travis-tool.sh run_tests
Expand All @@ -33,9 +26,6 @@ on_failure:
## push complete mboost.Rcheck folder as artifact
- appveyor PushArtifact mboost.Rcheck

# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

artifacts:
- path: '*.Rcheck\**\*.log'
name: Logs
Expand Down

0 comments on commit daaa089

Please sign in to comment.