mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-27 01:11:22 +00:00
build: Return status immediately if a test fails
This commit is contained in:
parent
4e0125b282
commit
e7e4bd0f51
@ -6,6 +6,8 @@ sudo: required
|
||||
language: cpp
|
||||
|
||||
matrix:
|
||||
# Show final status immediately if a test fails.
|
||||
fast_finish: true
|
||||
include:
|
||||
# Android build.
|
||||
- os: linux
|
||||
@ -55,8 +57,9 @@ script:
|
||||
make -C dbuild;
|
||||
fi
|
||||
- if [[ "$VULKAN_BUILD_TARGET" == "ANDROID" ]]; then
|
||||
cd build-android;
|
||||
pushd build-android;
|
||||
./update_external_sources_android.sh;
|
||||
./android-generate.sh;
|
||||
ndk-build APP_ABI=$ANDROID_ABI;
|
||||
popd;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user