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