Skip to content

Commit

Permalink
build(IDE): Support CodeBlocks no longer stand-alone, but only throug…
Browse files Browse the repository at this point in the history
…h CMake (#8095)
  • Loading branch information
quyykk committed Mar 16, 2024
1 parent 42fef63 commit 804be61
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 744 deletions.
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

0 comments on commit 804be61

Please sign in to comment.