mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
name: aya-ci
|
|
|
|
on:
|
|
push:
|
|
|
|
pull_request:
|
|
|
|
schedule:
|
|
- cron: 00 4 * * *
|
|
|
|
env:
|
|
CARGO_TERM_COLOR: always
|
|
|
|
jobs:
|
|
buildTestAya:
|
|
uses: melodium-tech/github-actions/.github/workflows/melodium-local-distrib.yml@v0.9
|
|
with:
|
|
command: run .melodium-ci/Compo.toml buildTestAya
|
|
artifact-path: 'logs/'
|
|
|
|
#runs-on: ubuntu-latest
|
|
#steps:
|
|
# - uses: actions/checkout@v5
|
|
# - run: |
|
|
# .melodium-ci/melodium run .melodium-ci/Compo.toml buildTestAya --logs_directory '"logs/"' --github_contexts '$''{{{{ { "github": ${{ toJSON(github) }}, "vars": ${{ toJSON(vars) }}, "secrets": { "GITHUB_TOKEN": "'"$GITHUB_TOKEN"'" } } }}}}'
|
|
# uses: melodium-tech/github-actions/.github/workflows/melodium-ubuntu.yml@v0.9.0
|
|
# with:
|
|
# version: 0.9.0
|
|
# command: |
|
|
# run .melodium-ci/Compo.toml buildTestAya --logs_directory '"logs/"' --github_contexts '$''{{{{ { "github": ${{ toJSON(github) }}, "vars": ${{ toJSON(vars) }}, "secrets": { "GITHUB_TOKEN": "'"$GITHUB_TOKEN"'" } } }}}}'
|
|
# artifact-path: logs/
|
|
# secrets:
|
|
# token: "${{ secrets.GITHUB_TOKEN }}" |