Skip to content

Merge pull request #10258 from rouault/ogr_layer_algebra_multipoint #10381

Merge pull request #10258 from rouault/ogr_layer_algebra_multipoint

Merge pull request #10258 from rouault/ogr_layer_algebra_multipoint #10381

Workflow file for this run

name: Android CMake build
on:
push:
paths-ignore:
- 'doc/**'
branches-ignore:
- 'backport**'
- 'dependabot**'
pull_request:
paths-ignore:
- 'doc/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
android_cmake_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
id: cache
with:
path: |
${{ github.workspace }}/ccache.tar.gz
key: ${{ runner.os }}-cache-android-cmake-${{ github.run_id }}
restore-keys: ${{ runner.os }}-cache-android-cmake-
- name: Build
run: docker run -e WORK_DIR="$PWD" -v $PWD:$PWD ubuntu:20.04 $PWD/.github/workflows/android_cmake/start.sh