blob: 564de7a0cb8e64feee7e552d3f670e38a71d3091 [file] [log] [blame]
# Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
install:
- cinst -y dart-sdk
- ps: $env:PATH = "$env:PATH;c:\tools\dart-sdk\bin"
- ps: $env:PATH = "$env:PATH;c:\Users\appveyor\AppData\Roaming\Pub\Cache\bin"
- pub get
build: off
test_script:
- dart example\list.dart
- pub global activate dart_coveralls
- dart example\list.dart
- dartanalyzer --fatal-warnings example\list.dart lib\pub_cache.dart test\all.dart
- dart test\all.dart