~timeout-scope-team/timeout-scope/timeout_ready_for_publish

« back to all changes in this revision

Viewing changes to build.sh

  • Committer: Victor Palau
  • Date: 2014-09-23 17:52:27 UTC
  • Revision ID: vtuson@gmail.com-20140923175227-7pqo7qtd95oc5rlv
changes: multi-city surfacing, location awareness, html formating, preview implementations, and confinment

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
if [ "$#" -eq 1 ]; then
4
 
    rm -rf build
5
 
fi
6
 
 
7
 
mkdir -p build
8
 
cd build
9
 
cmake .. && make && make check