File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ bionic-staging:
2727 script :
2828 # build conan package
2929 - conan create . pinloon+public+algorithm/devel
30- - CONAN_LOGIN_USERNAME=ci_user CONAN_PASSWORD=${CI_JOB_TOKEN} conan upload algorithm/0.2.0 @pinloon+public+algorithm/devel --all --remote=gitlab
30+ - CONAN_LOGIN_USERNAME=ci_user CONAN_PASSWORD=${CI_JOB_TOKEN} conan upload algorithm/0.2.1 @pinloon+public+algorithm/devel --all --remote=gitlab
3131 dependencies :
3232 - bionic-build
3333
@@ -56,6 +56,6 @@ focal-staging:
5656 script :
5757 # build conan package
5858 - conan create . pinloon+public+algorithm/devel
59- - CONAN_LOGIN_USERNAME=ci_user CONAN_PASSWORD=${CI_JOB_TOKEN} conan upload algorithm/0.2.0 @pinloon+public+algorithm/devel --all --remote=gitlab
59+ - CONAN_LOGIN_USERNAME=ci_user CONAN_PASSWORD=${CI_JOB_TOKEN} conan upload algorithm/0.2.1 @pinloon+public+algorithm/devel --all --remote=gitlab
6060 dependencies :
6161 - focal-build
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10.2 )
22
3- project (algorithm VERSION 0.2.0 )
3+ project (algorithm VERSION 0.2.1 )
44
55set (CMAKE_CXX_STANDARD 17)
66
Original file line number Diff line number Diff line change 22
33class AlgorithmConan (ConanFile ):
44 name = "algorithm"
5- version = "0.2.0 "
5+ version = "0.2.1 "
66 license = "proprietary@pinloon"
77 author = "Pin Loon Lee"
88 url = "<Package recipe repository url here, for issues about the package>"
You can’t perform that action at this time.
0 commit comments