mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
Merge branch 'salvozappa-fix-travis-build'
This commit is contained in:
commit
a338c6e60a
@ -48,9 +48,9 @@ if [ "$ARGV_OPERATING_SYSTEM" == "linux" ]; then
|
||||
./scripts/build/docker/run-command.sh \
|
||||
-r "$ARGV_ARCHITECTURE" \
|
||||
-s "$(pwd)" \
|
||||
-c 'xvfb-run --server-args=$XVFB_ARGS make lint test sanity-checks'
|
||||
-c 'xvfb-run --server-args=$XVFB_ARGS make webpack lint test sanity-checks'
|
||||
else
|
||||
./scripts/build/check-dependency.sh make
|
||||
export TARGET_ARCH="$ARGV_ARCHITECTURE"
|
||||
make lint test sanity-checks
|
||||
make webpack lint test sanity-checks
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user