mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Upload artifacts
This commit is contained in:
parent
69624ba7a5
commit
33de02e999
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
@ -15,8 +15,14 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: apt install -y libwayland-client++0
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --bin mapr
|
run: cargo build --bin mapr
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: mapr
|
||||||
|
path: target/debug/mapr
|
||||||
|
|
||||||
build-aarch64-android:
|
build-aarch64-android:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
@ -29,6 +35,10 @@ jobs:
|
|||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: tools/build-android
|
run: tools/build-android
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: mapr.apk
|
||||||
|
path: target/debug/apk/mapr.apk
|
||||||
|
|
||||||
build-wasm:
|
build-wasm:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
<img src="https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square"
|
<img src="https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square"
|
||||||
alt="Stability" />
|
alt="Stability" />
|
||||||
<a href="https://github.com/maxammann/mapr/actions/workflows/rust.yml">
|
<a href="https://github.com/maxammann/mapr/actions/workflows/rust.yml">
|
||||||
<img src="https://img.shields.io/github/workflow/status/maxammann/mapr/Rust?style=flat-square"
|
<img src="https://github.com/maxammann/mapr/actions/workflows/rust.yml/badge.svg"
|
||||||
alt="Build status" />
|
alt="Build status" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user