| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
This will slow down testing but will detect pull requests that introduce memory
leaks.
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
Rename file to reflect new intent of script. Libuv is bundled into the
third-party directory. Modify the script to compile but not fetch libuv.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
This way it won't show up in travis-ci like:
0% [ ] 0 --.-K/s
100%[======================================>] 371,453 --.-K/s
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now it checks for the existance of curl after
failing to find wget.
Note that I ended up removing the quotes around $url
when referencing it in the call to wget, since urls can't have spaces
anyways, and the correct quoting was messy.
To test, I did
rm -r .deps
make clean
make cmake
make
And it worked.
|
|/
|
|
|
| |
This allows the scripts to work on systems that don't have /bin/bash as
/bin/sh--such as Debian.
|
| |
|
| |
|
|
|