5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
./build.py x86-64 -r
|
|
./out/x86-64/Release/wvcdm_shared_api_unittest
|