Skip to content

Commit

Permalink
#24 Use PyProject.toml
Browse files Browse the repository at this point in the history
* Update .gitignore
* Update cmake
  • Loading branch information
tzijnge committed Oct 17, 2024
1 parent fe62b16 commit 5b55b5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
working-directory: package
run: pip install .

- name: Run lotusrpc
run: lotusrpc --help
- name: Run lotusrpc generator
run: lrpcg --help

- name: Run LRPC client CLI
run: lrpcc --help
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@
build
.vscode
**/__pycache__/**/*.*
/language/cpp/tests/generated
/tests/cpp/generated
/VENV
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0)

enable_testing()
add_subdirectory(language/cpp/tests)
add_subdirectory(tests/cpp)

0 comments on commit 5b55b5c

Please sign in to comment.