From de11466280c4f20fdde6e067c0157eb342dcda98 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 17 Apr 2021 01:00:15 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74d770f6..84a180cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,12 +6,10 @@ default: artifacts: expire_in: 72 hours paths: - - results/ - - images/ - # exclude: - # - .git/ - # - datasets/.git/ - # - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install + - .local/detector + - .local/lib + - results + - config stages: - config @@ -41,12 +39,6 @@ detector: paths: - .local/detector - .local/lib - artifacts: - paths: - - .local/detector - - .local/lib - - results - - config script: - ./util/print_env.sh - ./util/build_detector.sh -- GitLab