余尚辉 b813422051 feat:init | преди 1 месец | |
---|---|---|
.. | ||
README.md | преди 1 месец | |
packages.txt | преди 1 месец | |
run.sh | преди 1 месец |
Pull and run ubuntu
image:
$ docker pull ubuntu
$ docker run -it ubuntu
Run the next steps inside Docker Ubuntu terminal
Install git:
$ sudo apt-update
$ sudo apt-get install git
Get PJSIP:
$ cd
$ git clone https://github.com/pjsip/pjproject.git
(For now) Switch to coverity01
branch:
$ git checkout coverity01
Get latest version
$ git pull
Set Coverity Scan token (from this page):
$ export COV_TOKEN=....
Run the scan and upload the result (run run.sh -t
to skip uploading, -h
to get some help):
$ cd pjproject
$ tests/coverity-scan/run.sh