AkurAI Build
Menu

cosmic-mobile

public

Latest change c0ee554c82e57eecb251cadd63a263b0c9db1f26 - Run UI regression checks in package gate by AkurAI Build

version: 1
jobs:
  - name: package
    executor: native
    branches: [master, app-ui]
    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