AkurAI Build
Menu

cosmic-mobile

public

Latest change 43b1f40498083af2bf229374298cf28e78c02f75 - Add minimal Rust Wayland shell by AkurAI Build

version: 1
jobs:
  - name: package
    executor: native
    branches: [master]
    cache: [target]
    run:
      - export RUSTUP_HOME="$AKURAI_BUILD_HOME/.rustup" CARGO_HOME="$AKURAI_BUILD_HOME/.cargo" PATH="$AKURAI_BUILD_HOME/.cargo/bin:/usr/bin:/bin"; cargo fmt -- --check && cargo test --locked -j 2 && cargo build --release --locked -j 2
    artifacts:
      - target/release/cosmic-mobile