Menu
cosmic-mobile
publicLatest change 5158fb5e3a6b74cedaa8aa54ca1110b93e8d292d - Package matching emulator control scripts with app 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
- capture.sh
- emu.py