Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 5dbef3d

Browse files
committed
github: add environment to continuous builds
1 parent 1e957d4 commit 5dbef3d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/continuous-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
build:
1515
name: ${{matrix.family}}-${{matrix.compiler}}-${{matrix.buildtype}}
1616
runs-on: ${{matrix.os}}-latest
17+
environment: CI
1718
strategy:
1819
fail-fast: false
1920
matrix:

.github/workflows/continuous-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
build:
1515
name: ${{matrix.family}}-${{matrix.compiler}}-${{matrix.buildtype}}
1616
runs-on: ${{matrix.os}}-latest
17+
environment: CI
1718
strategy:
1819
fail-fast: false
1920
matrix:

.github/workflows/continuous-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
windows:
1515
name: ${{matrix.family}}-${{matrix.compiler}}-${{matrix.buildtype}}
1616
runs-on: ${{matrix.os}}-latest
17+
environment: CI
1718
strategy:
1819
fail-fast: false
1920
matrix:

0 commit comments

Comments
 (0)