mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
8ded6b7ce3
commit
66f17a4ad8
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ build:
|
||||||
curl.se: '*'
|
curl.se: '*'
|
||||||
python.org: ^3
|
python.org: ^3
|
||||||
tukaani.org/xz: '*'
|
tukaani.org/xz: '*'
|
||||||
git-scm.org: '*'
|
git-scm.org: '*'
|
||||||
script:
|
script:
|
||||||
- run: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
- run: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||||
working-directory: $SRCROOT/resources
|
working-directory: $SRCROOT/resources
|
||||||
|
@ -38,7 +38,6 @@ provides:
|
||||||
- bin/dartaotruntime
|
- bin/dartaotruntime
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- dart --version | grep {{version}}
|
|
||||||
- dart create dart-test
|
- dart create dart-test
|
||||||
- run: dart run | grep "Hello world"
|
- run: dart run | grep "Hello world"
|
||||||
working-directory: dart-test
|
working-directory: dart-test
|
||||||
|
|
Loading…
Reference in a new issue