🔧 Update conan url

This commit is contained in:
Edgar 2021-04-25 17:31:44 +02:00
parent 10f9a08cce
commit d03c82efe4
No known key found for this signature in database
GPG Key ID: 17D930BB616061A5
3 changed files with 3 additions and 11 deletions

View File

@ -1,10 +1,7 @@
all : cmake conan sccache all : cmake sccache
cmake: cmake:
cmake -DTOOL=cmake -DREPO=kitware -P update.cmake cmake -DTOOL=cmake -DREPO=kitware -P update.cmake
conan:
cmake -DTOOL=conan -DREPO=conan-io -P update.cmake
sccache: sccache:
cmake -DTOOL=sccache -DREPO=mozilla -P update.cmake cmake -DTOOL=sccache -DREPO=mozilla -P update.cmake

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -eu set -eu
wget "https://dl.bintray.com/conan/installers/conan-ubuntu-64_1_35_2.deb" -nv -O /tmp/conan.deb wget "https://github.com/conan-io/conan/releases/latest/download/conan-ubuntu-64.deb" -nv -O /tmp/conan.deb
dpkg -i /tmp/conan.deb dpkg -i /tmp/conan.deb

View File

@ -1,5 +0,0 @@
#!/bin/bash
set -eu
wget "https://dl.bintray.com/conan/installers/conan-ubuntu-64_@VERSION_UNDERSCORE@.deb" -nv -O /tmp/conan.deb
dpkg -i /tmp/conan.deb