Skip to content

Commit

Permalink
fix(config): rename executable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealPad committed Feb 28, 2024
1 parent a3f616c commit b79007d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- name: Configure CMake
run: cmake .

- name: Clean build
run: make clean

- name: Build
run: make

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
build/
cmake-build-debug/

johnDoe
unit_test
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(Calculator VERSION 1.0
DESCRIPTION "I love C++"
LANGUAGES CXX)

SET(NAME "johnDoe")
SET(NAME "calculator")
SET(TEST_NAME "unit_test")

set(CMAKE_CXX_STANDARD 17)
Expand Down

0 comments on commit b79007d

Please sign in to comment.