mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
run dev builds in ci
This commit is contained in:
committed by
Aiden McClelland
parent
d8d13f8bf6
commit
63859b81ad
1
.github/workflows/backend.yaml
vendored
1
.github/workflows/backend.yaml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
RUST_VERSION: "1.62.1"
|
RUST_VERSION: "1.62.1"
|
||||||
|
ENVIRONMENT: "dev"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_libs:
|
build_libs:
|
||||||
|
|||||||
1
.github/workflows/debian.yaml
vendored
1
.github/workflows/debian.yaml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
NODEJS_VERSION: '16'
|
NODEJS_VERSION: '16'
|
||||||
|
ENVIRONMENT: "dev"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dpkg:
|
dpkg:
|
||||||
|
|||||||
1
.github/workflows/frontend.yaml
vendored
1
.github/workflows/frontend.yaml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
NODEJS_VERSION: '16'
|
NODEJS_VERSION: '16'
|
||||||
|
ENVIRONMENT: "dev"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
frontend:
|
frontend:
|
||||||
|
|||||||
3
.github/workflows/product.yaml
vendored
3
.github/workflows/product.yaml
vendored
@@ -11,6 +11,9 @@ on:
|
|||||||
- master
|
- master
|
||||||
- next
|
- next
|
||||||
|
|
||||||
|
env:
|
||||||
|
ENVIRONMENT: "dev"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compat:
|
compat:
|
||||||
uses: ./.github/workflows/reusable-workflow.yaml
|
uses: ./.github/workflows/reusable-workflow.yaml
|
||||||
|
|||||||
3
.github/workflows/pureos-iso.yaml
vendored
3
.github/workflows/pureos-iso.yaml
vendored
@@ -12,6 +12,9 @@ on:
|
|||||||
- master
|
- master
|
||||||
- next
|
- next
|
||||||
|
|
||||||
|
env:
|
||||||
|
ENVIRONMENT: "dev"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dpkg:
|
dpkg:
|
||||||
uses: ./.github/workflows/debian.yaml
|
uses: ./.github/workflows/debian.yaml
|
||||||
|
|||||||
3
.github/workflows/reusable-workflow.yaml
vendored
3
.github/workflows/reusable-workflow.yaml
vendored
@@ -13,6 +13,9 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
env:
|
||||||
|
ENVIRONMENT: "dev"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generic_build_job:
|
generic_build_job:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user