🔧 Update conan url
This commit is contained in:
parent
10f9a08cce
commit
d03c82efe4
5
Makefile
5
Makefile
@ -1,10 +1,7 @@
|
||||
all : cmake conan sccache
|
||||
all : cmake sccache
|
||||
|
||||
cmake:
|
||||
cmake -DTOOL=cmake -DREPO=kitware -P update.cmake
|
||||
|
||||
conan:
|
||||
cmake -DTOOL=conan -DREPO=conan-io -P update.cmake
|
||||
|
||||
sccache:
|
||||
cmake -DTOOL=sccache -DREPO=mozilla -P update.cmake
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user