Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sof3/comp2123-project
https://github.com/sof3/comp2123-project
assignment unit-testing
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sof3/comp2123-project
- Owner: SOF3
- Created: 2018-12-17T05:17:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T06:07:24.000Z (about 6 years ago)
- Last Synced: 2024-11-25T14:50:02.247Z (3 months ago)
- Topics: assignment, unit-testing
- Language: TeX
- Homepage: https://travis-ci.com/chankyin/comp2123-project
- Size: 7.89 MB
- Stars: 1
- Watchers: 4
- 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`.