Skip to content

Commit

Permalink
Disable unsupported generators (remains only Visual Studio with msvc)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Aug 10, 2024
1 parent a47fd10 commit 784ccfd
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 0 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions test_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def select_action_runner(action):
if (not os.path.isfile(premake_lua)
or os.path.isfile(os.path.join(project_dir, 'unsupported_by_' + action))
or os.path.isfile(os.path.join(project_dir, 'unsupported_by_' + action + '_' + platform.system().lower()))
or os.path.isfile(os.path.join(project_dir, 'unsupported_by_' + action + ''.join(option)))
or os.path.isfile(os.path.join(project_dir, 'unsupported_by_' + premake + '_' + action))
):
print(project, "skipped", flush=True)
Expand Down

0 comments on commit 784ccfd

Please sign in to comment.