forked from verilog-to-routing/vtr-verilog-to-routing
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request verilog-to-routing#2437 from byuccl/dependabot_sub…
…modules Update catch2 and move to submodule. Add dependabot for submodules
- Loading branch information
Showing
441 changed files
with
49 additions
and
122,298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2 | ||
|
||
updates: | ||
|
||
# Monthly update of submodules. | ||
# This dependabot will create a PR if there are any updates to the submodules. | ||
- package-ecosystem: gitsubmodule | ||
schedule: | ||
interval: "monthly" | ||
|
||
# Update all submodules | ||
directory: / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,8 @@ jobs: | |
steps: | ||
|
||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
|
||
- name: Setup | ||
run: stdbuf -i0 -i0 -e0 ./.github/scripts/hostsetup.sh | ||
|
@@ -92,6 +94,8 @@ jobs: | |
with: | ||
python-version: 3.10.10 | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
- run: ./.github/scripts/install_dependencies.sh | ||
|
||
- uses: hendrikmuhs/[email protected] | ||
|
@@ -135,6 +139,8 @@ jobs: | |
with: | ||
python-version: 3.10.10 | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
- run: ./.github/scripts/install_dependencies.sh | ||
|
||
- name: Test | ||
|
@@ -152,6 +158,8 @@ jobs: | |
with: | ||
python-version: 3.10.10 | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
- run: ./.github/scripts/install_dependencies.sh | ||
|
||
- uses: hendrikmuhs/[email protected] | ||
|
@@ -220,6 +228,8 @@ jobs: | |
with: | ||
python-version: 3.10.10 | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
- run: ./.github/scripts/install_dependencies.sh | ||
|
||
- uses: hendrikmuhs/[email protected] | ||
|
@@ -273,6 +283,9 @@ jobs: | |
with: | ||
python-version: 3.10.10 | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
|
||
- run: ./.github/scripts/install_dependencies.sh | ||
|
||
- uses: hendrikmuhs/[email protected] | ||
|
@@ -298,6 +311,8 @@ jobs: | |
with: | ||
python-version: 3.10.10 | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
- run: ./.github/scripts/install_dependencies.sh | ||
|
||
- uses: hendrikmuhs/[email protected] | ||
|
@@ -321,6 +336,8 @@ jobs: | |
with: | ||
python-version: 3.10.10 | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
- run: ./.github/scripts/install_dependencies.sh | ||
|
||
- uses: hendrikmuhs/[email protected] | ||
|
@@ -344,6 +361,8 @@ jobs: | |
with: | ||
python-version: 3.10.10 | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
- run: ./.github/scripts/install_dependencies.sh | ||
|
||
- uses: hendrikmuhs/[email protected] | ||
|
@@ -377,6 +396,8 @@ jobs: | |
with: | ||
python-version: 3.10.10 | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
- run: ./.github/scripts/install_dependencies.sh | ||
|
||
- uses: hendrikmuhs/[email protected] | ||
|
@@ -411,6 +432,8 @@ jobs: | |
with: | ||
python-version: 3.10.10 | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: 'true' | ||
- run: ./.github/scripts/install_dependencies.sh | ||
|
||
- uses: hendrikmuhs/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "libs/EXTERNAL/libcatch2"] | ||
path = libs/EXTERNAL/libcatch2 | ||
url = https://github.com/catchorg/Catch2.git |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
libs/EXTERNAL/libcatch2/.conan/test_package/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
libs/EXTERNAL/libcatch2/.conan/test_package/test_package.cpp
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
libs/EXTERNAL/libcatch2/.github/ISSUE_TEMPLATE/bug_report.md
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
libs/EXTERNAL/libcatch2/.github/ISSUE_TEMPLATE/feature_request.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.