Skip to content
Snippets Groups Projects

Add build_environment.yml for gitlab ci

Merged David Hoese requested to merge davidh/MetObsSite:feature-build-environment-yml into develop
3 files
+ 13
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
0
@@ -8,6 +8,8 @@ basic_build_check:
- build
script:
- source /var/lib/gitlab-runner/.bashrc
# create or update the existing environment to the newest pelican version
- conda env update -f build_environment.yml
- conda activate rain_site
- make clean
- make publish
Loading