Skip to content

search android ndk also in ANDROID_NDK env var and pass ANDROID_NDK var to build if not set (cmake compat) #1656

search android ndk also in ANDROID_NDK env var and pass ANDROID_NDK var to build if not set (cmake compat)

search android ndk also in ANDROID_NDK env var and pass ANDROID_NDK var to build if not set (cmake compat) #1656

Workflow file for this run

name: Build and test
on:
pull_request:
schedule:
- cron: '0 5 * * *'
jobs:
linux:
strategy:
fail-fast: false
matrix:
rust: [ 1.70.0, beta, nightly ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: build and test
env:
RUST_VERSION: ${{matrix.rust}}
run: ./.travis.sh
macos:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: build and test
run: ./.travis.sh
# windows:
# runs-on: windows-2019
#
# steps:
# - uses: actions/checkout@v1
# - name: cargo test
# run: cargo test --all
linux-musl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: build and test
run: ./musl_build.sh