-
-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
Whoa, that's great news @wdv4758h! |
addons: | ||
apt: | ||
packages: | ||
- rpm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah right, that's for building the rpm package. All good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, that for rpm package, but this PR does not finish the packaging part though
- rpm | ||
|
||
python: | ||
#- 2.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python 2.7 used to work I guess. Haven't tested it in a while, though.
Maybe we can give it a shot?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, it can build, but the test cases can't run at all. It fails at from json import JSONDecodeError
.
which rustc | ||
rustc --version | ||
# pip install -r requirements.txt | ||
pip freeze |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guess that's not needed, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whelp, or maybe we should keep it for troubleshooting build logs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, this one is just to make sure what's in the environment.
Good work! |
This PR only implement the build and test part, and it's only running for Linux x86_64. (there are some settings for packaging that I copy from my other project though) |
here is the current fail list:
|
Thanks for that! ⭐️ |
Oh, just some background info: the reason why I already merged this is, that I think will motivate us to fix the remaining 14 unit tests and earn a green badge in the |
Here is the intial Travis CI settings, I can see it build

hyperjson
and run the test cases. There are some test cases failing though.