mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 22:46:21 +00:00
ci: Rename and sort Ci jobs
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
2
.github/workflows/commit-lint.yml
vendored
2
.github/workflows/commit-lint.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
commitlint:
|
commitlint:
|
||||||
name: "Conventional Commits"
|
name: "conventional commits"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
4
.github/workflows/cygwin-build.yml
vendored
4
.github/workflows/cygwin-build.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Cygwin
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cygwin-build:
|
cygwin-build:
|
||||||
name: build only
|
name: cygwin / build only
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
env:
|
env:
|
||||||
CYGWIN: winsymlinks:nativestrict
|
CYGWIN: winsymlinks:nativestrict
|
||||||
|
|||||||
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: CI
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
script: ./scripts/build-configuration-matrix.sh
|
script: ./scripts/build-configuration-matrix.sh
|
||||||
omemo_env: libomemo-c
|
omemo_env: libomemo-c
|
||||||
|
|
||||||
name: ${{ matrix.flavor }} | ${{ matrix.buildsystem }} | ${{ matrix.tests }} | ${{ matrix.omemo }}
|
name: ${{ matrix.flavor }} | ${{ matrix.tests }} | ${{ matrix.omemo }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
|
|
||||||
macos-homebrew:
|
macos-homebrew:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
name: macos | meson | unit | libomemo
|
name: macos | unit | libomemo
|
||||||
env:
|
env:
|
||||||
HOMEBREW_NO_AUTO_UPDATE: 1
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
||||||
|
|||||||
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Style
|
name: Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user