Skip to content

Commit

Permalink
[Actions] Adding support for ThunderTools repo (#1240)
Browse files Browse the repository at this point in the history
* Remove Tools support from Thunder, since this already moved to ThunderTools repo

* Adding support for new repo with Tools

* Preparing for PR and merge with master

---------

Co-authored-by: HaseenaSainul <h.sainul@metrological.com>
  • Loading branch information
VeithMetro and HaseenaSainul committed Feb 16, 2023
1 parent c19de13 commit 31f21ff
Show file tree
Hide file tree
Showing 42 changed files with 8 additions and 12,625 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/Build Thunder on Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ jobs:

name: Build type - ${{matrix.build_type}}
steps:
- name: Checkout
- name: Checkout Thunder
uses: actions/checkout@v3
with:
path: Thunder
repository: ${{github.repository_owner}}/Thunder

- name: Checkout ThunderTools
uses: actions/checkout@v3
with:
path: ThunderTools
repository: ${{github.repository_owner}}/ThunderTools

- name: Install necessary packages
uses: nick-fields/retry@v2
with:
Expand All @@ -38,7 +44,7 @@ jobs:
- name: Install generators
run: |
cmake -G Ninja -S Thunder/Tools -B ${{matrix.build_type}}/build/ThunderTools \
cmake -G Ninja -S ThunderTools -B ${{matrix.build_type}}/build/ThunderTools \
-DCMAKE_INSTALL_PREFIX=${{matrix.build_type}}/install/usr
cmake --build ${{matrix.build_type}}/build/ThunderTools --target install
Expand Down
360 changes: 0 additions & 360 deletions Tools/.style.yapf

This file was deleted.

Loading

0 comments on commit 31f21ff

Please sign in to comment.