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 d735018 commit 8de5163Copy full SHA for 8de5163
integration/js/script/install-kite
@@ -1,18 +1,21 @@
1
#!/bin/bash
2
set -o xtrace
3
4
-cd ~/build
5
-
6
mkdir GitHub
7
cd GitHub
8
git clone https://github.com/webrtc/KITE.git
9
cd KITE
10
git checkout e9296165cd24bea92cddb59f2bf211c99f764d58
11
12
chmod -R +x scripts/linux
+printf "n\n3.6.3" | ./scripts/linux/installMaven.sh
+#This is a temporary hack since maven 3.8.1 which is the default for GitHub Action VM does not work with kite
13
+export PATH=~/apache-maven-3.6.3/bin:$PATH
14
+source ~/.bashrc
15
+echo `mvn --version`
16
17
chmod +x configureLinux.sh
18
yes n | ./configureLinux.sh
19
20
cd KITE-AppRTC-Test
-../scripts/linux/path/c all > /dev/null
21
+../scripts/linux/path/c all
0 commit comments