Skip to content

Commit

Permalink
Switch to using Soup as a Git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed May 24, 2024
1 parent 46f6add commit 73b5e9e
Show file tree
Hide file tree
Showing 81 changed files with 10 additions and 11,049 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: [debian-10]
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'

- name: Build Soup
run: php Sun/vendor/Soup/build_lib.php
Expand All @@ -24,6 +26,8 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'

- name: Build Soup
run: php Sun/vendor/Soup/build_lib.php
Expand All @@ -41,6 +45,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'

- name: Build Soup
run: php Sun/vendor/Soup/build_lib.php
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Sun/vendor/Soup"]
path = Sun/vendor/Soup
url = https://github.com/calamity-inc/Soup
1 change: 1 addition & 0 deletions Sun/vendor/Soup
Submodule Soup added at 29c58a
21 changes: 0 additions & 21 deletions Sun/vendor/Soup/LICENCE

This file was deleted.

7 changes: 0 additions & 7 deletions Sun/vendor/Soup/build_config.php

This file was deleted.

39 changes: 0 additions & 39 deletions Sun/vendor/Soup/build_lib.php

This file was deleted.

2 changes: 0 additions & 2 deletions Sun/vendor/Soup/soup/.sun

This file was deleted.

22 changes: 0 additions & 22 deletions Sun/vendor/Soup/soup/AllocRaiiLocalBase.hpp

This file was deleted.

24 changes: 0 additions & 24 deletions Sun/vendor/Soup/soup/AllocRaiiVirtual.hpp

This file was deleted.

103 changes: 0 additions & 103 deletions Sun/vendor/Soup/soup/AtomicStack.hpp

This file was deleted.

132 changes: 0 additions & 132 deletions Sun/vendor/Soup/soup/Callback.hpp

This file was deleted.

Loading

0 comments on commit 73b5e9e

Please sign in to comment.