Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Update HIPCC build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-raj-kuppala authored Feb 16, 2022
1 parent f59255c commit 3aa3db0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@ def hipBuildTest(String backendLabel) {
}
}

stage("Build - HIPCC") {
// Running the build on HIPCC workspace
dir("${WORKSPACE}/HIPCC") {
sh """#!/usr/bin/env bash
set -x
rm -rf build
mkdir build
cd build/
cmake ..
make
"""
}
}

stage("Build - Catch2 framework") {
// Running the build on hipamd workspace
dir("${WORKSPACE}/hipamd") {
Expand Down

0 comments on commit 3aa3db0

Please sign in to comment.