Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests during AppVeyor builds #51

Merged
merged 26 commits into from
Jun 10, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Start with net20 only
  • Loading branch information
jariq committed Jun 6, 2017
commit d062cb5b8f26a831da3eb89fbf346a6dad7f1ac3
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ skip_tags: true
environment:
matrix:
- Platform: net20
- Platform: net40
- Platform: net45
- Platform: sl5
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Platform: netstandard1.3
- Platform: monoandroid2.3
- Platform: xamarinios1.0
# - Platform: net40
# - Platform: net45
# - Platform: sl5
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# Platform: netstandard1.3
# - Platform: monoandroid2.3
# - Platform: xamarinios1.0
install:
- cmd: IF "%Platform%"=="monoandroid2.3" (powershell -File ./build/appveyor-install-android-sdk.ps1)
build_script:
Expand Down