Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
96399c86
Commit
96399c86
authored
Sep 12, 2019
by
Edwin Carlinet
Browse files
Fix deployment in .gitlab-ci.yml.
parent
ff73e29b
Pipeline
#12980
failed with stages
in 100 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
96399c86
...
...
@@ -295,6 +295,6 @@ package:
-
mkdir build && cd build
-
conan install .. -pr pylene_default --build missing -e CXX=g++ -e CC=gcc
-
conan user carlinet -r lrde-public -p $CONAN_LRDE_API_KEY
-
conan create ..
--build missing -e CXX=g++ -e CC=gcc $PACKAGE_NAME/$PACKAGE_VERSION@$CONAN_USER/$PACKAGE_TAG
-
conan create ..
CONAN_USER/$PACKAGE_TAG --build missing -pr pylene_default -e CXX=g++ -e CC=gcc
-
conan upload -r lrde-public --all $PACKAGE_NAME/$PACKAGE_VERSION@$CONAN_USER/$PACKAGE_TAG
only
:
[
"
dev"
,
"
development/ranges"
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment