Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
done

- name: Install SDist
run: .venv/bin/pip install --no-binary=ninja $(ls sdist/*.tar.gz)
run: .venv/bin/pip install -v --no-binary=ninja $(ls sdist/*.tar.gz)

- name: Test installed SDist
run: .venv/bin/pip check && .venv/bin/pytest ./tests
Expand Down
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ message(STATUS "")
message(STATUS " RUN_NINJA_TEST : ${RUN_NINJA_TEST}")
message(STATUS "************************************")

set(BUILD_TESTING ${RUN_NINJA_TEST} CACHE INTERNAL "")

add_subdirectory(ninja-upstream)

if(RUN_NINJA_TEST)
Expand Down