Skip to content

Commit 69ccbc8

Browse files
committed
Merge github.com:cpp-best-practices/cpp_boilerplate_project
2 parents a4cb9ee + ae64564 commit 69ccbc8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/template-janitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Insert new org and project
6666
run: |
6767
# rename the CMake project to match the github project
68-
sed -i "s/myproject/${{ github.event.repository.name }}/gi" CMakeLists.txt configured_files/config.hpp.in
68+
sed -i "s/myproject/${{ github.event.repository.name }}/gi" CMakeLists.txt configured_files/config.hpp.in src/main.cpp
6969
7070
# Update URL placeholders for project
7171
sed -i "s|%%myurl%%|${{ fromJson(steps.get_repo_meta.outputs.data).html_url }}|gi" CMakeLists.txt

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
build/
33
out/
44
cmake-build-*/
5+
conan-cache/
56

67
# User spesific settings
78
CMakeUserPresets.json
@@ -30,4 +31,4 @@ _ReSharper*
3031
$RECYCLE.BIN/
3132
.TemporaryItems
3233
ehthumbs.db
33-
Thumbs.db
34+
Thumbs.db

0 commit comments

Comments
 (0)