浏览代码

Add graphics folder to cache

tags/0.5.0-evaluation
父节点
当前提交
94a65259b8
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      .gitlab-ci.yml

+ 3
- 0
.gitlab-ci.yml 查看文件

@@ -12,6 +12,9 @@ final_report:
script:
- apk update; apk add make
- make -j
cache:
paths:
- graphics/
artifacts:
paths:
- report.pdf


正在加载...
取消
保存