Skip to content

Commit

Permalink
don't know
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydevnull committed Mar 23, 2017
1 parent 5614ce7 commit 45a1b57
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,28 @@ environment:
matrix:

### MSVC Toolchains ###
- PYTHON: "C:\\Python27-x64"
cassandra_version: 3.0.5
ci_type: standard
# Stable 64-bit MSVC
- channel: stable
target: x86_64-pc-windows-msvc
cassandra_version: 3.0.5

# Stable 32-bit MSVC
- channel: stable
target: i686-pc-windows-msvc
# Beta 64-bit MSVC
- channel: beta
target: x86_64-pc-windows-msvc
# Beta 32-bit MSVC
- channel: beta
target: i686-pc-windows-msvc
# Nightly 64-bit MSVC
- channel: nightly
target: x86_64-pc-windows-msvc
#cargoflags: --features "unstable"
# Nightly 32-bit MSVC
- channel: nightly
target: i686-pc-windows-msvc
cargoflags: --features "unstable"
TEST_CASSANDRA_VERSION: 3.0.10

# # Stable 32-bit MSVC
# - channel: stable
# target: i686-pc-windows-msvc
# # Beta 64-bit MSVC
# - channel: beta
# target: x86_64-pc-windows-msvc
# # Beta 32-bit MSVC
# - channel: beta
# target: i686-pc-windows-msvc
# # Nightly 64-bit MSVC
# - channel: nightly
# target: x86_64-pc-windows-msvc
# #cargoflags: --features "unstable"
# # Nightly 32-bit MSVC
# - channel: nightly
# target: i686-pc-windows-msvc
# cargoflags: --features "unstable"

### GNU Toolchains ###

Expand Down

0 comments on commit 45a1b57

Please sign in to comment.