21
.gitea/workflows/release-nightly.yaml
Normal file
21
.gitea/workflows/release-nightly.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: release-nightly
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release-macos:
|
||||||
|
runs-on: macos-arm64
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install NPM Packages
|
||||||
|
run: bun install
|
||||||
|
- name: Run tests
|
||||||
|
run: ng test --no-watch --no-progress --browsers=ChromeHeadless
|
||||||
|
- name: Build MacOS
|
||||||
|
run: bunx tauri build && echo 0
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: BufPiv_main
|
||||||
|
path: src-tauri/target/release/bundle/macos/
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@angular-devkit/build-angular": "^18.1.0",
|
||||||
"@angular/animations": "^18.1.0",
|
"@angular/animations": "^18.1.0",
|
||||||
"@angular/cdk": "^18.1.0",
|
"@angular/cdk": "^18.1.0",
|
||||||
"@angular/common": "^18.1.0",
|
"@angular/common": "^18.1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user