release workflow: Add build scripts for jobs and means to upload pkgs

This commit is contained in:
Scott Wittenburg
2018-12-17 17:40:16 -07:00
committed by Peter Scheibel
parent a6e8e889b2
commit 5600c9f0d9
3 changed files with 541 additions and 0 deletions

13
bin/rebuild-index.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
set -x
SPACK_BIN_DIR="${CI_PROJECT_DIR}/bin"
export PATH="${SPACK_BIN_DIR}:${PATH}"
spack upload-s3 index