Logo white

Peter M. Groen / redox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • redox
  • make.sh
  • make-ci script that runs tests
    a2a79865
    Hayk Martirosyan authored
    2016-06-13 23:08:57 -0700  
    Browse Code ยป
make.sh 82 Bytes
Edit Raw Blame History
1 2 3 4 5 6
#!/usr/bin/env bash
mkdir -p build &&
cd build &&
cmake ..  &&
time make &&
cd ..