Skip to content

Commit

Permalink
make appveyor use github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hofnerb committed Feb 28, 2017
1 parent 5b5190d commit de4be0d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,13 @@ install:
- ps: Bootstrap

# Adapt as necessary starting from here

# environment:
# matrix:
# - TEST_DIR: patch
# - TEST_DIR: pkg

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

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

test_script:
- travis-tool.sh run_tests
Expand Down

0 comments on commit de4be0d

Please sign in to comment.