Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .ci/gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ build:
-DLLVM_EXTERNAL_LIT=$(which lit)
-DCUBE_DIR=$(spack location -i cubelib)
-DMETACG_BUILD_CGFCOLLECTOR=ON
- cmake --build $BUILD --parallel
- cmake --build $BUILD

# test whether a custom in-tree metadata type gets included in the build
configure-custom-md:
Expand Down Expand Up @@ -330,7 +330,7 @@ install-test:
- export INSTALL=$(realpath $INSTALL)
- cd graph/test/install
- CMAKE_PREFIX_PATH=$INSTALL/lib64/cmake/metacg cmake -S . -B $BUILD-install-test
- cmake --build $BUILD-install-test --parallel
- cmake --build $BUILD-install-test

CGC2Plugin-test:
<<: *job-setup
Expand All @@ -341,7 +341,7 @@ CGC2Plugin-test:
- export INSTALL=$(realpath $INSTALL)
- cd tools/cgcollector2/CGC2DemoPlugin
- CMAKE_PREFIX_PATH=$INSTALL/lib64/cmake/metacg cmake -S . -B $BUILD-install-test-cgc2
- cmake --build $BUILD-install-test-cgc2 --parallel
- cmake --build $BUILD-install-test-cgc2

CaGePlugin-test:
<<: *job-setup
Expand All @@ -352,4 +352,4 @@ CaGePlugin-test:
- export INSTALL=$(realpath $INSTALL)
- cd tools/cage/CaGeDemoPlugin
- CMAKE_PREFIX_PATH=$INSTALL/lib64/cmake/metacg cmake -S . -B $BUILD-install-test-cage
- cmake --build $BUILD-install-test-cage --parallel
- cmake --build $BUILD-install-test-cage
Loading