Skip to content

Commit

Permalink
Syncing .github/workflows/dunedaq-develop-cpp-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed Nov 12, 2024
1 parent 1b998e5 commit 8c26611
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/dunedaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Runs a single command using the runners shell

- name: Checkout daq-release
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DUNE-DAQ/daq-release
path: daq-release
Expand All @@ -57,19 +57,18 @@ jobs:
dbt-create -n $release_name dev-${{ matrix.os_name }}
- name: checkout package for CI
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ github.repository }}

- name: setup build env, build the repo against the development release
run: |
export REPO=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
cd $GITHUB_WORKSPACE/dev-${{ matrix.os_name }}
source env.sh || true
test $REPO == "dbe" && spack load dbe || true
spack unload $REPO || true
source env.sh
test $REPO == "dbe" && spack load dbe
cp -pr $GITHUB_WORKSPACE/DUNE-DAQ/$REPO $GITHUB_WORKSPACE/dev-${{ matrix.os_name }}/sourcecode
dbt-build # --unittest # --lint
dbt-build # --unittest done elsewhere; --lint unavailable due to llvm being too large for images
- name: upload build log file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8c26611

Please sign in to comment.