mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
krata: introduce nightly build
This commit is contained in:
18
.github/workflows/nightly.yml
vendored
Normal file
18
.github/workflows/nightly.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: nightly
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 4 * * *"
|
||||
jobs:
|
||||
build:
|
||||
name: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: ./scripts/ci/install-deps.sh
|
||||
- run: ./scripts/ci/nightly.sh
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: krata-nightly
|
||||
path: krata.tgz
|
||||
compression-level: 0
|
Reference in New Issue
Block a user