~iahmad/+junk/testrunner

« back to all changes in this revision

Viewing changes to scripts/gstreamer-ci.sh

  • Committer: iftikhar.ahmad at canonical
  • Date: 2014-03-11 13:13:48 UTC
  • Revision ID: iftikhar.ahmad@canonical.com-20140311131348-kmj10kfoqjk3gh1m
updated the scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
mkdir /home/phablet/tmp
 
4
cd /home/phablet/tmp
 
5
 
 
6
git clone https://github.com/jhodapp/gst-plugins-bad.git
 
7
 
 
8
cd gst-plugins-bad
 
9
 
 
10
./autogen.sh
 
11
make
 
12
make check