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:
Eric S. Raymond 2017-06-26 15:03:37 -04:00
parent 5581175840
commit d6cb6f0d8d
10 changed files with 124 additions and 10 deletions

View file

@ -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: