Hi! I'm using this docker image in circle.ci for testing with 128spec (https://github.com/c128lib/128spec) which is a fork of 64spec.
I don't know if it's an issue with 128spec, with c64libci or something else but when i use gradle on my pc everything goes well.
When a new build is triggered on circle.ci i get this error:
...many other lines...
Writing prg file: /root/repo/spec/math.spec.prg
Made 14 asserts , 0 failed
Writing Vice symbol file: /root/repo/spec/math.spec.vs
> Task :test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> Process 'command 'x128'' finished with non-zero exit value 139
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 15s
8 actionable tasks: 8 executed
Exited with code exit status 1
What does it means exit value 139 running x128 command?
This happens in common project of c128lib (https://github.com/c128lib/common).
Can you point me on the correct direction?
Hi! I'm using this docker image in circle.ci for testing with 128spec (https://github.com/c128lib/128spec) which is a fork of 64spec.
I don't know if it's an issue with 128spec, with c64libci or something else but when i use gradle on my pc everything goes well.
When a new build is triggered on circle.ci i get this error:
What does it means exit value 139 running x128 command?
This happens in common project of c128lib (https://github.com/c128lib/common).
Can you point me on the correct direction?