https://github.com/sof3/comp2123-project
https://github.com/sof3/comp2123-project
assignment unit-testing
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sof3/comp2123-project
- Owner: SOF3
- Created: 2018-12-17T05:17:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T06:07:24.000Z (over 7 years ago)
- Last Synced: 2025-09-12T23:05:08.893Z (10 months ago)
- Topics: assignment, unit-testing
- Language: TeX
- Homepage: https://travis-ci.com/chankyin/comp2123-project
- Size: 7.89 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# comp2123-project
This repository contains the source code for the COMP2123 selt learning project by @jevrii and me.
The main report is in report.tex, with a .tex file for each section.
Run `make` to generate report.pdf, or use `docker run -v=$(pwd):/input -v=$(pwd)/output:/output chankyin/texdock /input/travis.sh` to run from docker.
PDF is automatically created on Travis-CI pushed to the `travis` branch. Check out report.pdf at https://github.com/chankyin/comp2123-project/blob/travis/report.pdf
Remember to clone the repo recursively, or `git submodule update --init --recursive`.