mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-06 18:56:40 -04:00
Rename the original build.yml to cmake.yml vs meson.yml
Rename all workflows with explicit names
This commit is contained in:
parent
3f00884a46
commit
5164de641d
@ -1,4 +1,4 @@
|
|||||||
name: build
|
name: CMake build
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
name: subdir_example
|
name: CMake build of example in subdirectory
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
name: meson
|
name: Meson build
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
@ -188,8 +188,9 @@ if (SQLITECPP_INCLUDE_SCRIPT)
|
|||||||
set(SQLITECPP_SCRIPT
|
set(SQLITECPP_SCRIPT
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.gitbugtraq
|
.gitbugtraq
|
||||||
.github/workflows/build.yml
|
.github/workflows/cmake.yml
|
||||||
.github/workflows/subdir_example.yml
|
.github/workflows/cmake_subdir_example.yml
|
||||||
|
.github/workflows/meson.yml
|
||||||
.gitignore
|
.gitignore
|
||||||
.gitmodules
|
.gitmodules
|
||||||
.travis.yml
|
.travis.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user