Skip to content
Snippets Groups Projects

Adds hpc-rocket config. Python bindings don't need CUDA if only CPU....

Merged Sven Marcus requested to merge s.marcus/VirtualFluids_dev:feature/hpc-rocket into develop
1 file
+ 0
23
Compare changes
  • Side-by-side
  • Inline
+ 0
23
@@ -617,26 +617,3 @@ sonar-scanner:
script:
- cd $CI_PROJECT_DIR
- sonar-scanner -X -Dsonar.verbose=true -Dsonar.login=$SONAR_SECURITY_TOKEN
###############################################################################
## Release ##
###############################################################################
create_release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
needs: ["build_singularity_image"]
rules:
- if: $CI_COMMIT_TAG
script:
- echo "Creating release with tag $CI_COMMIT_TAG"
- release-cli create --name "VirtualFluids $CI_COMMIT_TAG" \
--description "VirtualFluids CFD Simulator" \
--tag-name "$CI_COMMIT_TAG" \
--ref "$CI_COMMIT_SHA" \
--job-token "$CI_JOB_TOKEN" \
--assets-link="{'name':'VirtualFluidsSingularityImage_OpenMPI','url':'','type':'other','filepath':'Containers/VirtualFluidsOpenMPI.sif'}"
- build/bin/basicsTests
Loading