mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-23 06:12:00 +01:00
Compile a snapshot before testing on Travis (#7)
This commit is contained in:
parent
ec05600af2
commit
053e3eacd3
@ -27,6 +27,13 @@ before_script:
|
||||
# Format the generated code or else the formatter task will get upset.
|
||||
- dartfmt -w --fix lib/src/embedded_sass.pb*
|
||||
|
||||
# TODO(nweiz): always compile native when we're running on Dart 2.7.
|
||||
- if [[ "$TRAVIS_OS_NAME" = windows ]]; then
|
||||
pub run grinder pkg-compile-snapshot;
|
||||
else
|
||||
pub run grinder pkg-compile-native;
|
||||
fi
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user