Skip to content

Commit

Permalink
add more install messages
Browse files Browse the repository at this point in the history
CI_FILTER: ^linux_gcc13
  • Loading branch information
SimeonEhrig committed Jul 16, 2024
1 parent a9c86fc commit d05818d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/install_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# SPDX-License-Identifier: MPL-2.0
#

echo_green "<INSTALL: analysis>"

source ./script/travis_retry.sh

source ./script/set.sh
Expand Down
2 changes: 2 additions & 0 deletions script/install_clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# SPDX-License-Identifier: MPL-2.0
#

echo_green "<INSTALL: clang>"

source ./script/travis_retry.sh

source ./script/set.sh
Expand Down
2 changes: 2 additions & 0 deletions script/install_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# SPDX-License-Identifier: MPL-2.0
#

echo_green "<INSTALL: cuda>"

source ./script/travis_retry.sh

source ./script/set.sh
Expand Down
2 changes: 2 additions & 0 deletions script/install_hip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# SPDX-License-Identifier: MPL-2.0
#

echo_green "<INSTALL: hip>"

source ./script/travis_retry.sh

source ./script/set.sh
Expand Down
2 changes: 2 additions & 0 deletions script/install_omp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# SPDX-License-Identifier: MPL-2.0
#

echo_green "<INSTALL: OpenMP>"

source ./script/travis_retry.sh

source ./script/set.sh
Expand Down
2 changes: 2 additions & 0 deletions script/install_oneapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# SPDX-License-Identifier: MPL-2.0
#

echo_green "<INSTALL: OneAPI>"

source ./script/travis_retry.sh

source ./script/set.sh
Expand Down
2 changes: 2 additions & 0 deletions script/install_tbb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# SPDX-License-Identifier: MPL-2.0
#

echo_green "<INSTALL: TBB>"

source ./script/travis_retry.sh

source ./script/set.sh
Expand Down

0 comments on commit d05818d

Please sign in to comment.