Skip to content

Commit

Permalink
Adding spack and cmake to buildbot build process
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Mar 25, 2020
1 parent fa316a6 commit fec46b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/buildbot.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash
#set -x # echo all commands

source /usr/local/spack/share/spack/setup-env.sh
spack load cmake

my_readlink()
{
TARGET=$1
Expand Down
3 changes: 3 additions & 0 deletions etc/buildbot_hpx.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash
#set -x # echo all commands

source /usr/local/spack/share/spack/setup-env.sh
spack load cmake

my_readlink()
{
TARGET=$1
Expand Down

0 comments on commit fec46b2

Please sign in to comment.