aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeLines
* Fix coverage not finding sourcesGravatar MarkKoz2019-06-22-8/+17
| | | | | | * Mount volume to the same path as the source directory on the host * Keep the container up in the background so it doesn't have to be restarted or the ownership fix
* Fix ownership of coverage fileGravatar MarkKoz2019-06-22-1/+10
| | | | | | When coverage runs in a container, it is ran under root so the resulting coverage file is owned by root. chown is used to change ownership to be the same as the folder it is in.
* Create shell script for building a dev image and running a shellGravatar MarkKoz2019-06-22-0/+70
| | | | * Put scripts in a new scripts folder
* Add Azure CI. (#16)Gravatar scragly2019-03-29-18/+0
| | | | | This PR is to add CI settings to master and to test the PR CI pipeline.
* add deploy scriptGravatar Christopher Baklid2018-07-29-0/+18
|
* remove scripts, more pipfile commandsGravatar Christopher Baklid2018-06-05-2/+0
|
* more testsGravatar Christopher Baklid2018-05-31-5/+0
|
* use the virtualenv python binary in travisGravatar Christopher Baklid2018-05-31-2/+2
|
* follow travis preinstall conventionsGravatar Christopher Baklid2018-05-31-3/+0
|
* figure out why protobuf is missing after installGravatar Christopher Baklid2018-05-31-0/+4
|
* accept flag for apt-getGravatar Christopher Baklid2018-05-31-2/+2
|
* install libprotobuf-devGravatar Christopher Baklid2018-05-31-0/+2
|
* debug nsjail execution in travisGravatar Christopher Baklid2018-05-31-0/+2
|
* chmod +x on nsjailGravatar Christopher Baklid2018-05-31-0/+2