AkurAI Build
Menu

cosmic-mobile

public

Latest change 993d5cdb5dc3368a36342b02b0ed8541b9616dfc - Build every branch; task worktrees are the normal delivery path by AkurAI Build

version: 1
jobs:
  - name: package
    executor: native
    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 && python3 -m unittest discover -s tests -p 'test_*.py' && cargo build --release --locked -j 2
    artifacts:
      - target/release/cosmic-mobile
      - niri.kdl
      - capture.sh
      - emu.py