From 09f4173cc3f7f8748706a2ffe29571f01c3a93d3 Mon Sep 17 00:00:00 2001 From: Maxim Koltsov Date: Fri, 15 Dec 2023 20:07:46 +0300 Subject: [PATCH] conan upload to gitlab --- .gitlab-ci.yml | 4 +++- conanfile.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e281ed0..15d2edf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ build-test-upload-branch: except: - master + when: manual + build-test-upload-tag: extends: .cuda-build-test-upload only: @@ -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' diff --git a/conanfile.py b/conanfile.py index 02d413e..b5b7df9 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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"