Skip to content

Commit 3186d5a

Browse files
committed
back to manual installation
1 parent 5ea8b08 commit 3186d5a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

travis/install-ninja.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
wget https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip -O ninja.zip
3+
unzip ninja.zip
4+
rm ninja.zip
5+
chmod o+r ninja
6+
ls -la
7+
export PATH=$PATH:$(pwd)
8+
echo $PATH

0 commit comments

Comments
 (0)