👷 fixed paths
This commit is contained in:
parent
30211477b7
commit
1e86976cfe
1 changed files with 3 additions and 2 deletions
|
@ -35,15 +35,16 @@
|
||||||
"builddeps": ["cmake", "make", "wget", "gcc-c++"],
|
"builddeps": ["cmake", "make", "wget", "gcc-c++"],
|
||||||
"buildcmd": [
|
"buildcmd": [
|
||||||
"uname -a",
|
"uname -a",
|
||||||
|
"cd",
|
||||||
"wget https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0.tar.gz",
|
"wget https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0.tar.gz",
|
||||||
"tar xfz cmake-3.14.0.tar.gz",
|
"tar xfz cmake-3.14.0.tar.gz",
|
||||||
"cd cmake-3.14.0",
|
"cd cmake-3.14.0",
|
||||||
"./bootstrap",
|
"./bootstrap",
|
||||||
"make -j8",
|
"make -j8",
|
||||||
"cd ..",
|
"cd",
|
||||||
"mkdir build",
|
"mkdir build",
|
||||||
"cd build",
|
"cd build",
|
||||||
"../cmake-3.14.0/bin/cmake ..",
|
"../cmake-3.14.0/bin/cmake /project/repo/checkout",
|
||||||
"make -j8",
|
"make -j8",
|
||||||
"ctest -VV -j8"
|
"ctest -VV -j8"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue