We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea8b08 commit 3186d5aCopy full SHA for 3186d5a
travis/install-ninja.sh
@@ -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