Create a cheater to test strange save/resume cases.
Patch due to Aaron Traas, but needed modification because of code drift since submission.
This commit is contained in:
parent
5581175840
commit
d6cb6f0d8d
10 changed files with 124 additions and 10 deletions
|
@ -21,6 +21,7 @@ binary:debug:
|
|||
artifacts:
|
||||
paths:
|
||||
- advent
|
||||
- cheat
|
||||
- "*.gcda"
|
||||
- "*.gcno"
|
||||
# cache outputs to reduce the build time
|
||||
|
@ -35,10 +36,11 @@ binary:release:
|
|||
- apk add make gcc musl-dev python3
|
||||
- pip3 install PyYAML
|
||||
script:
|
||||
- make advent
|
||||
- make advent cheat
|
||||
artifacts:
|
||||
paths:
|
||||
- advent
|
||||
- cheat
|
||||
# cache outputs to reduce the build time
|
||||
cache:
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue