-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup a workflow to run on push #5
base: master
Are you sure you want to change the base?
Conversation
.github/workflows/push.yml
Outdated
@@ -18,7 +18,6 @@ jobs: | |||
python -m pip install --upgrade pip | |||
pip install -r requirements.txt | |||
|
|||
|
|||
compile: | |||
runs-on: windows-latest |
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.
@omanimo you want to use a matrix here, I run macos, marvin runs fedora and the server runs alpine ensure it compiles on all of those please
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.
Noted @zacck. Let me get on it.
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.
This looks good.
I am working on adding unit tests, to be run on a pull request.
@omanimo I added a test to see, confirm the parser works. The test is run by |
Changes Proposed
Fixes #2
NB
Executables should be shipped as images containing only the executable to our private registry