mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 18:26:05 -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]
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: subdir_example
|
||||
name: CMake build of example in subdirectory
|
||||
|
||||
on: [push, pull_request]
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: meson
|
||||
name: Meson build
|
||||
|
||||
on: [push, pull_request]
|
||||
|
@ -188,8 +188,9 @@ if (SQLITECPP_INCLUDE_SCRIPT)
|
||||
set(SQLITECPP_SCRIPT
|
||||
.editorconfig
|
||||
.gitbugtraq
|
||||
.github/workflows/build.yml
|
||||
.github/workflows/subdir_example.yml
|
||||
.github/workflows/cmake.yml
|
||||
.github/workflows/cmake_subdir_example.yml
|
||||
.github/workflows/meson.yml
|
||||
.gitignore
|
||||
.gitmodules
|
||||
.travis.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user