aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeLines
* Merge pull request #33 from python-discord/ciGravatar Johannes Christ2019-08-06-4/+91
|\ | | | | CI Improvements
| * Add comments to Azure Pipelines YAMLGravatar MarkKoz2019-07-30-4/+5
| | | | | | | | | | * Replace some shorthand Docker command options with their full names for clarity
| * CI: ensure count of builds returned by the API is > 0Gravatar MarkKoz2019-06-30-1/+2
| |
| * CI: refactor script & pull base when possibleGravatar MarkKoz2019-06-30-22/+76
| | | | | | | | | | | | | | | | * Move script's execution to the test job * Use output variables * Use jq instead of regex for parsing JSON responses from API * Wrap to 80 columns * Make more robust by checking for command success
| * CI: move check shell script to a separate fileGravatar MarkKoz2019-06-30-0/+31
| |
* | Use IDs for user and group in nsjpy aliasGravatar MarkKoz2019-08-04-2/+2
|/ | | | Reflects the changes in 7a7eca52019bf21d21cdffcf03cd9c5eacd8363b
* Disable memory swapping and add a memory limit testGravatar MarkKoz2019-06-26-1/+8
| | | | | | | | | If memory swapping was enabled locally, the memory test would fail. Explicitly disabling swapping also removes reliance on the assumption that it'll be disabled in production. * Add a constant for the maximum memory * Simplify the timeout test; it'd otherwise first run out of memory now
* 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