ソースを参照

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


読み込み中…
キャンセル
保存