-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Milestone
Description
Setup looks like (from https://github.com/epanalytics/PEBIL/blob/feature/sst/README_FOR_SST.md)
#!/usr/bin/env bash
set -euo pipefail
git clone https://github.com/epanalytics/PEBIL.git
cd PEBIL
git fetch
git checkout feature/sst
git submodule init external/epa-inst-libs
git submodule update
./configure --with-sst-core=${SST_INSTALL} --with-sst-elements=${SST_ELEMENTS_HOME}
source bashrc
make all install # installs in place - doesn't actually install anything at --prefixWeekly test is ok.
cc @plavin
I could add this as a scheduled job in GitHub Actions for the elements repo. Adding the Jenkins job itself would be easier, but might be difficult in bamboo.sh. I'd prefer the latter just to get this working first.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels