Skip to content

Commit

Permalink
smaller appveyor.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Mar 23, 2015
1 parent edc5ce0 commit 903a612
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Expand Up @@ -4,10 +4,14 @@

install:
- cinst -y dart-sdk
- ps: $env:PATH = "c:\tools\dart-sdk\bin;$env:PATH;C:\Users\appveyor\AppData\Roaming\Pub\Cache\bin"
- 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:
- ps: .\tool\appveyor.ps1 test
- pub global activate tuneup
- pub global run tuneup check --ignore-infos
- dart test\all.dart
- dart tool\grind.dart analyze-init
6 changes: 0 additions & 6 deletions tool/appveyor.ps1
Expand Up @@ -10,12 +10,6 @@ function throw_if_process_failed {
}

function test {
# Set up the path.
$env:PATH = "c:\tools\dart-sdk\bin;$env:PATH;C:\Users\appveyor\AppData\Roaming\Pub\Cache\bin"

# Run pub get.
pub get

# Verify that the libraries are error free.
pub global activate tuneup
pub global run tuneup check --ignore-infos
Expand Down

0 comments on commit 903a612

Please sign in to comment.