Updated ci
This commit is contained in:
29
.gitea/workflows/build_dev.yaml
Normal file
29
.gitea/workflows/build_dev.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
name: Build on push
|
||||
run-name: Build on push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
uses: ./.gitea/workflows/prepare.yaml
|
||||
with:
|
||||
version_suffix: 'dev'
|
||||
secrets: inherit
|
||||
|
||||
core:
|
||||
needs: prepare
|
||||
uses: ./.gitea/workflows/package.yaml
|
||||
defaults:
|
||||
run:
|
||||
working-directory: src/cpl_core
|
||||
secrets: inherit
|
||||
|
||||
query:
|
||||
needs: prepare
|
||||
uses: ./.gitea/workflows/package.yaml
|
||||
defaults:
|
||||
run:
|
||||
working-directory: src/cpl_query
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user