Menu
cosmic-mobile
publicLatest change 18acb08c731805eba7903ced29babc9251e97a46 - Enable exact branch build for app UI 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 && cargo build --release --locked -j 2
artifacts:
- target/release/cosmic-mobile