File tree Expand file tree Collapse file tree 9 files changed +15
-10
lines changed Expand file tree Collapse file tree 9 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Setup NDK
4848 run : |
49- sdkmanager --install "ndk;28 .0.13004108 "
49+ sdkmanager --install "ndk;29 .0.13113456 "
5050
5151 - name : Build native libraries
5252 run : |
Original file line number Diff line number Diff line change 8989 uses : TheMrMilchmann/setup-msvc-dev@v3
9090 with :
9191 arch : x64
92- toolset : ' 14.42 '
92+ toolset : ' 14.43 '
9393
9494 - name : Setup MYSYS2 (Windows)
9595 if : matrix.config.os == 'windows' && ( matrix.config.environment == 'mingw' || matrix.config.environment == 'ucrt' )
Original file line number Diff line number Diff line change 2929
3030 - name : Build
3131 run : |
32- bash ./platforms/build-web.sh
33- meson test -C build-web
32+ ENABLE_TESTING=1 bash ./platforms/build-web.sh
3433
3534 # TODO upload page to gh-pages!
3635 - name : Upload artifacts
Original file line number Diff line number Diff line change 2424 uses : TheMrMilchmann/setup-msvc-dev@v3
2525 with :
2626 arch : x64
27- toolset : ' 14.42 '
27+ toolset : ' 14.43 '
2828
2929 - name : Setup meson
3030 run : |
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ android {
248248 }
249249
250250 compileSdkVersion 35
251- ndkVersion " 28 .0.13004108 "
251+ ndkVersion " 29 .0.13113456 "
252252 defaultConfig {
253253 if (buildAsApplication) {
254254 applicationId " com.github.oopetris"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:8.8 .0'
9+ classpath ' com.android.tools.build:gradle:8.9 .0'
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 11# Wed Oct 02 13:43:32 CEST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ if [ ! -d "toolchains" ]; then
66 mkdir -p toolchains
77fi
88
9- export NDK_VER_DOWNLOAD=" r28 "
10- export NDK_VER_DESC=" r28 "
9+ export NDK_VER_DOWNLOAD=" r29-beta1 "
10+ export NDK_VER_DESC=" r29-beta1 "
1111
1212export BASE_PATH=" $PWD /toolchains/android-ndk-$NDK_VER_DESC "
1313export ANDROID_NDK_HOME=" $BASE_PATH "
Original file line number Diff line number Diff line change @@ -159,3 +159,9 @@ if [ "$COMPILE_TYPE" == "complete_rebuild" ] || [ ! -e "$BUILD_DIR" ]; then
159159fi
160160
161161meson compile -C " $BUILD_DIR "
162+
163+ if [ -n " $ENABLE_TESTING " ]; then
164+
165+ meson test -C " $BUILD_DIR "
166+
167+ fi
You can’t perform that action at this time.
0 commit comments