Menu
akurai-tasks
publicLatest change 2c9c32aa6fc1bd2551a09c6a1fc1e71b2dd98c79 - feat: complete and deploy AkurAI Tasks by Ólafur Búi Ólafsson
version: 1
jobs:
- name: verify
executor: native
branches: [main]
run:
- ./scripts/check.sh
- ./scripts/test-import.sh
- ./scripts/validate.sh --local
- name: package
needs: [verify]
executor: native
branches: [main]
run: cargo build --release --target x86_64-unknown-linux-musl
artifacts:
- target/x86_64-unknown-linux-musl/release/akurai-tasks