Skip to content

Commit

Permalink
Update android.yml: skip building tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Sep 17, 2023
1 parent b30e0d2 commit d2d2b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
./utils/git-sync-deps
# Workaround a cmake bug
sed -i'' -e 's/android log/android -llog/g' third_party/spirv-tools/source/CMakeLists.txt
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DANDROID_PLATFORM=24 -DANDROID_ABI=${{matrix.arch}} -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_HOME/build/cmake/android.toolchain.cmake
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DANDROID_PLATFORM=24 -DANDROID_ABI=${{matrix.arch}} -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_HOME/build/cmake/android.toolchain.cmake -DSHADERC_SKIP_TESTS=1
cmake --build build --clean-first -- -j8
cd build/libshaderc
cp libshaderc_shared.so libshaderc.so
Expand Down

0 comments on commit d2d2b28

Please sign in to comment.