Skip to content

Commit eba0b3f

Browse files
authored
Rename the original build.yml to cmake.yml vs meson.yml (#444)
2 parents 3f00884 + 5164de6 commit eba0b3f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/build.yml renamed to .github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: CMake build
22

33
on: [push, pull_request]
44

.github/workflows/subdir_example.yml renamed to .github/workflows/cmake_subdir_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: subdir_example
1+
name: CMake build of example in subdirectory
22

33
on: [push, pull_request]
44

.github/workflows/meson.yaml renamed to .github/workflows/meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: meson
1+
name: Meson build
22

33
on: [push, pull_request]
44

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,9 @@ if (SQLITECPP_INCLUDE_SCRIPT)
188188
set(SQLITECPP_SCRIPT
189189
.editorconfig
190190
.gitbugtraq
191-
.github/workflows/build.yml
192-
.github/workflows/subdir_example.yml
191+
.github/workflows/cmake.yml
192+
.github/workflows/cmake_subdir_example.yml
193+
.github/workflows/meson.yml
193194
.gitignore
194195
.gitmodules
195196
.travis.yml

0 commit comments

Comments
 (0)