Skip to content

Commit

Permalink
Rename the original build.yml to cmake.yml vs meson.yml (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts authored Aug 27, 2023
2 parents 3f00884 + 5164de6 commit eba0b3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: CMake build

on: [push, pull_request]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: subdir_example
name: CMake build of example in subdirectory

on: [push, pull_request]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: meson
name: Meson build

on: [push, pull_request]

Expand Down
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eba0b3f

Please sign in to comment.