diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-27 12:54:02 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-27 12:54:02 -0600 |
| commit | 51fe482eb69a9e7f453e8b6975f2110af825d3b8 (patch) | |
| tree | 709f4f71a12f24daaadfe900ec9d94d3eab28788 | |
| parent | 109d3907b8e824609139f2cd00c527d7272e4feb (diff) | |
Upload package
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad26946..8a649be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,8 @@ upload_package: image: conanio/gcc7 stage: build script: - - mkdir -p pkg && cd pkg && conan new example/0.1 -t && conan create . + - conan remote add gitlab https://gitlab.com/api/v4/packages/conan + - mkdir -p pkg && cd pkg && conan new example/0.1 -t && conan create . && conan upload example/0.1@xlgmokha+c-conan/beta --all license_scanning: variables: |
