Menu
cosmic-mobile
publicLatest change 98913abf4ef3e7c8eb19d8017089a238f740ab1a - Retain compositor configuration with app build artifact 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
- niri.kdl