Remove conan cache, as it mostly causes issues.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
10f7f38c2d
commit
4a1efd2843
18
.drone.yml
18
.drone.yml
|
@ -1,19 +1,10 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: conan-data
|
|
||||||
host:
|
|
||||||
path: /root/.conan/data
|
|
||||||
|
|
||||||
type: docker
|
type: docker
|
||||||
steps:
|
steps:
|
||||||
- name: test-debug-linux
|
- name: test-debug-linux
|
||||||
image: deukhoofd/linux64builder
|
image: deukhoofd/linux64builder
|
||||||
volumes:
|
|
||||||
- name: conan-data
|
|
||||||
path: /root/.conan/data
|
|
||||||
environment:
|
environment:
|
||||||
CC: clang
|
CC: clang
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
|
@ -24,9 +15,6 @@ steps:
|
||||||
- build-debug/bin/pkmnLibTests -s --durations yes --use-colour yes
|
- build-debug/bin/pkmnLibTests -s --durations yes --use-colour yes
|
||||||
- name: test-release-linux
|
- name: test-release-linux
|
||||||
image: deukhoofd/linux64builder
|
image: deukhoofd/linux64builder
|
||||||
volumes:
|
|
||||||
- name: conan-data
|
|
||||||
path: /root/.conan/data
|
|
||||||
environment:
|
environment:
|
||||||
CC: clang
|
CC: clang
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
|
@ -37,9 +25,6 @@ steps:
|
||||||
- build-release/bin/pkmnLibTests -s --durations yes --use-colour yes
|
- build-release/bin/pkmnLibTests -s --durations yes --use-colour yes
|
||||||
- name: valgrind-release-linux
|
- name: valgrind-release-linux
|
||||||
image: deukhoofd/linux64builder
|
image: deukhoofd/linux64builder
|
||||||
volumes:
|
|
||||||
- name: conan-data
|
|
||||||
path: /root/.conan/data
|
|
||||||
commands:
|
commands:
|
||||||
- valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 --suppressions=angelscript.supp build-release/bin/pkmnLibTests
|
- valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 --suppressions=angelscript.supp build-release/bin/pkmnLibTests
|
||||||
- name: test-release-windows
|
- name: test-release-windows
|
||||||
|
@ -71,9 +56,6 @@ steps:
|
||||||
- wine build-release-windows/bin/pkmnLibTests.exe -s
|
- wine build-release-windows/bin/pkmnLibTests.exe -s
|
||||||
- name: conan-deploy
|
- name: conan-deploy
|
||||||
image: deukhoofd/linux64builder
|
image: deukhoofd/linux64builder
|
||||||
volumes:
|
|
||||||
- name: conan-data
|
|
||||||
path: /root/.conan/data
|
|
||||||
environment:
|
environment:
|
||||||
CONAN_LOGIN_USERNAME:
|
CONAN_LOGIN_USERNAME:
|
||||||
from_secret: conan_username
|
from_secret: conan_username
|
||||||
|
|
Loading…
Reference in New Issue