Skip to content

Commit

Permalink
Merge pull request #3 from biocad/maksbotan/gitlab-conan
Browse files Browse the repository at this point in the history
conan upload to gitlab
  • Loading branch information
maksbotan authored Dec 15, 2023
2 parents 07fd9f4 + 09f4173 commit b87f84c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ build-test-upload-branch:
except:
- master

when: manual

build-test-upload-tag:
extends: .cuda-build-test-upload
only:
Expand All @@ -16,4 +18,4 @@ build-test-upload-tag:
include:
- project: 'biocad/bcd-ci-common'
ref: master
file: '/build/cuda/build-test-upload.yaml'
file: '/build/cuda/build-test-upload-gitlab.yaml'
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


class Conan(ConanFile):
name = "cuq"
url = "https://github.com/biocad/cuq"
description = "CUDA multi-GPU concurrent tasks queue"
settings = "os", "build_type", "arch", "compiler", "CUDA"
Expand Down

0 comments on commit b87f84c

Please sign in to comment.