Removes conan deploy step.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
parent
ef50b4c7ab
commit
6be4496560
21
.drone.yml
21
.drone.yml
|
@ -60,27 +60,6 @@ steps:
|
||||||
failure: ignore
|
failure: ignore
|
||||||
commands:
|
commands:
|
||||||
- run-clang-format.py -r src/ CInterface/ tests/ --color=always
|
- run-clang-format.py -r src/ CInterface/ tests/ --color=always
|
||||||
- name: conan-deploy
|
|
||||||
image: deukhoofd/linux64builder
|
|
||||||
volumes:
|
|
||||||
- name: conan-data
|
|
||||||
path: /root/.conan/data
|
|
||||||
environment:
|
|
||||||
CONAN_LOGIN_USERNAME:
|
|
||||||
from_secret: conan_username
|
|
||||||
CONAN_PASSWORD:
|
|
||||||
from_secret: conan_password
|
|
||||||
commands:
|
|
||||||
- rm -rf build-debug
|
|
||||||
- rm -rf build-release-windows
|
|
||||||
- conan remote add epsilon-public https://packages.p-epsilon.com/
|
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Release . -B build-conan -D CMAKE_C_COMPILER=/usr/bin/clang -D CMAKE_CXX_COMPILER=clang++ -DWINDOWS=0
|
|
||||||
- conan export-pkg . $DRONE_COMMIT@epsilon/$DRONE_BRANCH --build-folder build-conan -s compiler='clang' -s compiler.version=8 -s compiler.libcxx='libstdc++11'
|
|
||||||
- conan alias CreatureLib/latest@epsilon/$DRONE_BRANCH CreatureLib/$DRONE_COMMIT@epsilon/$DRONE_BRANCH
|
|
||||||
- conan user -p -r=epsilon-public
|
|
||||||
- conan upload CreatureLib/$DRONE_COMMIT@epsilon/$DRONE_BRANCH --all -r=epsilon-public --force
|
|
||||||
- conan upload CreatureLib/latest@epsilon/$DRONE_BRANCH --all -r=epsilon-public
|
|
||||||
- conan user --clean
|
|
||||||
- name: documentation-publish
|
- name: documentation-publish
|
||||||
image: deukhoofd/linux64builder
|
image: deukhoofd/linux64builder
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue