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
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Install Dependencies
|
||||
run: apt install -y libwayland-client++0
|
||||
- name: Build
|
||||
run: cargo build --bin mapr
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: mapr
|
||||
path: target/debug/mapr
|
||||
|
||||
build-aarch64-android:
|
||||
runs-on: ubuntu-20.04
|
||||
@ -29,6 +35,10 @@ jobs:
|
||||
submodules: 'recursive'
|
||||
- name: Build
|
||||
run: tools/build-android
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: mapr.apk
|
||||
path: target/debug/apk/mapr.apk
|
||||
|
||||
build-wasm:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<img src="https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square"
|
||||
alt="Stability" />
|
||||
<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" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user