diff options
author | Axel Huebl <axel.huebl@plasma.ninja> | 2020-05-06 11:51:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 11:51:29 -0700 |
commit | bf203383bd2c9ebd07babf733e90eee31908dc75 (patch) | |
tree | 85f0c81d75a85383f6a50adfd49b7de3acf368d5 /.github/workflows/install_spack.sh | |
parent | b030a81a5f1d4a02cf611fc771bbeaf0bfc7963e (diff) | |
download | spack-bf203383bd2c9ebd07babf733e90eee31908dc75.tar.gz spack-bf203383bd2c9ebd07babf733e90eee31908dc75.tar.bz2 spack-bf203383bd2c9ebd07babf733e90eee31908dc75.tar.xz spack-bf203383bd2c9ebd07babf733e90eee31908dc75.zip |
macOS Package Builds (nightly) (#16345)
Add nightly builds for popular and commonly used packages on
macOS that should improve the onramp user experience if
working well.
Diffstat (limited to '.github/workflows/install_spack.sh')
-rwxr-xr-x | .github/workflows/install_spack.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/install_spack.sh b/.github/workflows/install_spack.sh new file mode 100755 index 0000000000..aa8a68adc1 --- /dev/null +++ b/.github/workflows/install_spack.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +git clone https://github.com/spack/spack.git +. spack/share/spack/setup-env.sh +spack compilers |