Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(IDE): Support CodeBlocks no longer stand-alone, but only through CMake #8095

Merged
merged 12 commits into from
Mar 16, 2024
Merged
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
4 changes: 0 additions & 4 deletions .github/path-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ codespell:
- .codespell.exclude
- .codespell.words.exclude

codeblocks_files:
- '*.cbp'
- utils/check_codeblocks.sh

editorconfig_files:
- '**/!(*.mp3)'

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/compute-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:
value: ${{ jobs.changed.outputs.integration_tests }}
codespell:
value: ${{ jobs.changed.outputs.codespell }}
codeblocks_files:
value: ${{ jobs.changed.outputs.codeblocks_files }}
editorconfig_files:
value: ${{ jobs.changed.outputs.editorconfig_files }}
content_style_check:
Expand All @@ -41,7 +39,6 @@ jobs:
unit_tests: ${{ steps.filter.outputs.unit_tests }}
integration_tests: ${{ steps.filter.outputs.integration_tests }}
codespell: ${{ steps.filter.outputs.codespell }}
codeblocks_files: ${{ steps.filter.outputs.codeblocks_files }}
editorconfig_files: ${{ steps.filter.outputs.editorconfig_files }}
content_style_check: ${{ steps.filter.outputs.content_style_check }}
code_style_check: ${{ steps.filter.outputs.code_style_check }}
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/projects_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@ jobs:
uses: ./.github/workflows/compute-changes.yml


check-codeblocks:
name: CodeBlocks
needs: changed
if: ${{ needs.changed.outputs.codeblocks_files == 'true' || needs.changed.outputs.game_code == 'true' || needs.changed.outputs.unit_tests == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: Validate Code::Blocks project files
run: ./utils/check_codeblocks.sh


check_cmake:
name: CMake
needs: changed
Expand All @@ -43,7 +30,6 @@ jobs:
run: ./utils/check_cmake.sh



validate_copyright:
name: Copyright
needs: changed
Expand Down
109 changes: 0 additions & 109 deletions EndlessSky.cbp

This file was deleted.

12 changes: 0 additions & 12 deletions EndlessSky.workspace

This file was deleted.

Loading
Loading