Skip to content

Commit

Permalink
target
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Aug 3, 2024
1 parent acdd6b2 commit 8c7846a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,9 @@ stages:
export PATH=${CMAKE_BIN_DIR}:$PATH
echo $PATH
which cmake
# copy example we want to test
mkdir -p install/examples/ascent/
cp -r src/examples/ascent/using-with-cmake install/examples/ascent/
export LD_LIBRARY_PATH="/usr/local/cuda/compat/"
cd install/examples/ascent/using-with-cmake
mkdir _test_build
Expand All @@ -591,6 +594,9 @@ stages:
cat install/share/ascent/ascent_config.mk
pwd
ls -l
# copy example we want to test
mkdir -p install/examples/ascent/
cp -r src/examples/ascent/using-with-make install/examples/ascent/
export LD_LIBRARY_PATH="/usr/local/cuda/compat/"
cd install/examples/ascent/using-with-make
make
Expand Down

0 comments on commit 8c7846a

Please sign in to comment.