aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dev.sh (follow)
Commit message (Collapse)AuthorAgeLines
* Update files according to new CI setupsebastiaan/backend/cache-docker-imagesGravatar Sebastiaan Zeeff2020-11-18-4/+5
|
* Change CI and dev.sh to not use host network mode.Gravatar scragly2020-02-29-1/+0
|
* Disable shared memory in Docker containerGravatar MarkKoz2019-12-28-0/+1
|
* Use bash instead of ashGravatar MarkKoz2019-12-14-5/+5
| | | | Forgot to do this after switching to Debian.
* Add comments to Azure Pipelines YAMLGravatar MarkKoz2019-07-30-4/+5
| | | | | * Replace some shorthand Docker command options with their full names for clarity
* 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/+45
* Put scripts in a new scripts folder