Skip to content
Snippets Groups Projects
Commit de114662 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent 6302ee3b
No related branches found
No related tags found
1 merge request!20Restructuring repo
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
...@@ -6,12 +6,10 @@ default: ...@@ -6,12 +6,10 @@ default:
artifacts: artifacts:
expire_in: 72 hours expire_in: 72 hours
paths: paths:
- results/ - .local/detector
- images/ - .local/lib
# exclude: - results
# - .git/ - config
# - datasets/.git/
# - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install
stages: stages:
- config - config
...@@ -41,12 +39,6 @@ detector: ...@@ -41,12 +39,6 @@ detector:
paths: paths:
- .local/detector - .local/detector
- .local/lib - .local/lib
artifacts:
paths:
- .local/detector
- .local/lib
- results
- config
script: script:
- ./util/print_env.sh - ./util/print_env.sh
- ./util/build_detector.sh - ./util/build_detector.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment