Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Harry-Chen/TrivialMIPS-Document
Requirement and design documentation for TrivialMIPS project
https://github.com/Harry-Chen/TrivialMIPS-Document
Last synced: 3 months ago
JSON representation
Requirement and design documentation for TrivialMIPS project
- Host: GitHub
- URL: https://github.com/Harry-Chen/TrivialMIPS-Document
- Owner: Harry-Chen
- Created: 2019-01-04T17:32:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T14:28:49.000Z (about 6 years ago)
- Last Synced: 2024-08-03T01:39:36.198Z (6 months ago)
- Language: TeX
- Size: 227 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TrivialMIPS-Documents
本项目为 TrivialMIPS 项目的文档存放处。文档使用 LaTeX 撰写,并使用 GitLab-CI 调用 Docker 进行持续集成。
## 部署
先构建 Docker 镜像:
```bash
docker build -t your_container_name:tag .
```向 GitLab 注册 Runner,并将 `.gitlab-ci.yml` 中的 `image` 属性更改为上面指定的名称。
## 构建
本项目的 `Makefile` 可以自动发现并构建每一个子文件夹下的 `LaTeX` 文档,并拷贝到 `output` 目录下。每个主 `LaTeX` 文件必须命名为 `main.tex`。