1
0
mirror of https://github.com/bspeice/qadapt synced 2024-11-21 05:18:09 -05:00

Using system allocator doesn't change CircleCI being able to run

This commit is contained in:
Bradlee Speice 2019-01-01 11:23:28 -05:00
parent 964e9c5a11
commit 121fcb028a

View File

@ -1,14 +1,14 @@
environment:
matrix:
# MinGW
- TARGET: i686-pc-windows-gnu
RUST_VERSION: nightly
- TARGET: x86_64-pc-windows-gnu
RUST_VERSION: nightly
# - TARGET: i686-pc-windows-gnu
# RUST_VERSION: nightly
# - TARGET: x86_64-pc-windows-gnu
# RUST_VERSION: nightly
# MSVC
- TARGET: i686-pc-windows-msvc
RUST_VERSION: nightly
# - TARGET: i686-pc-windows-msvc
# RUST_VERSION: nightly
- TARGET: x86_64-pc-windows-msvc
RUST_VERSION: nightly
- TARGET: x86_64-pc-windows-msvc