Skip to content

Commit

Permalink
CI with appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Jan 30, 2016
1 parent 1e5c4d0 commit ae59dd7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,3 +1,6 @@
branches:
except:
- /appveyor/
before_install:
- . port/travis-ci/travis-functions.sh
- init_travis
Expand Down
19 changes: 19 additions & 0 deletions appveyor.yml
@@ -0,0 +1,19 @@
branches:
except:
- /travis/
skip_tags: true
shallow_clone: true

cache:
- C:\strawberry

install:
- if not exist "C:\strawberry" cinst strawberryperl
- set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
- cd C:\projects\%APPVEYOR_PROJECT_NAME%\Task\BBBike\windist
- cpanm --installdeps .
- cd C:\projects\%APPVEYOR_PROJECT_NAME%

build_script:
- perl Makefile.PL
- dmake test

0 comments on commit ae59dd7

Please sign in to comment.