Skip to content

Commit

Permalink
2022 & 2023 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ACSimon33 committed Jan 6, 2025
1 parent 72e324c commit 2b0bc79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 2022/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ bench ~ aoc-2022:
- cd ${CI_PROJECT_DIR}
- mkdir -p benchmarks_${AOC_YEAR}
- cat ${AOC_YEAR}/bench.log | aha > benchmarks_${AOC_YEAR}/index.html
artifacts:
paths:
- benchmarks_${AOC_YEAR}
3 changes: 3 additions & 0 deletions 2023/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ bench ~ aoc-2023:
- cd ${CI_PROJECT_DIR}
- mkdir -p benchmarks_${AOC_YEAR}
- cat ${AOC_YEAR}/bench.log | aha > benchmarks_${AOC_YEAR}/index.html
artifacts:
paths:
- benchmarks_${AOC_YEAR}

0 comments on commit 2b0bc79

Please sign in to comment.