We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435bb5d commit 58192abCopy full SHA for 58192ab
.github/workflows/root-ci.yml
@@ -569,6 +569,16 @@ jobs:
569
run: |
570
ccache -s || true
571
572
+ - name: Install
573
+ run: "cmake --install /github/home/ROOT-CI/build/ --prefix /github/home/ROOT-CI/install"
574
+
575
+ - name: Post-install tests
576
+ run: |
577
+ cmake -S test/PostInstall/ -B /github/home/ROOT-CI/PostInstall -DCMAKE_PREFIX_PATH=/github/home/ROOT-CI/install -Dtesting=On;
578
+ cmake --build /github/home/ROOT-CI/PostInstall;
579
580
+ - run: ctest /github/home/ROOT-CI/PostInstall
581
582
event_file:
583
# For any event that is not a PR, the CI will always run. In PRs, the CI
584
# can be skipped if the tag [skip-ci] or [skip ci] is written in the title.
0 commit comments