aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
...
* mypy installs typehintsmmstanone2021-12-141-2/+4
|
* checkoutv2 usedmmstanone2021-12-141-0/+1
|
* Added mypy workflowmmstanone2021-12-141-0/+16
|
* rename Docker -> dockerAdam Janovsky2021-05-251-1/+1
|
* Update docker-image.ymlLéo Vansimay2021-05-251-0/+1
| | | Adding a line to keep the workflow working
* workflow dispatch for testsAdam Janovsky2021-05-131-1/+4
|
* fix test path problemsAdam Janovsky2021-05-111-1/+1
|
* rename test -> testsAdam Janovsky2021-05-101-2/+2
|
* Update python-publish.ymlLéo Vansimay2021-04-291-1/+11
| | | The method currently used only works when we tag a version number, I'm trying to use testpypi to avoid a failed build on each try. Moreover the build and push to PyPI will only trigger on a push with a tag
* add badges, workflow dispatch on publishAdam Janovsky2021-04-241-20/+20
|
* add badgesAdam Janovsky2021-04-241-1/+1
|
* do not get versionAdam Janovsky2021-04-241-10/+0
|
* test action to get version nameAdam Janovsky2021-04-241-0/+10
|
* fix docker hub repo nameAdam Janovsky2021-04-241-1/+1
|
* fix docker usernameAdam Janovsky2021-04-241-1/+1
|
* test manual dispatch of GitHub ActionsAdam Janovsky2021-04-241-12/+9
|
* Merge pull request #55 from crocs-muni/leo/dockeradamjanovsky2021-04-231-0/+33
|\ | | | | CD: publish docker image on push/PR to master
| * Update docker-image.ymlLéo Vansimay2021-04-211-11/+19
| | | | | | Revision of the code thanks to the reviews, we'll now only use the official method.
| * Update docker-image.ymlLéo Vansimay2021-04-161-1/+1
| | | | | | switch to v2 of build-push action as asked by the warning
| * Create docker-image.ymlLéo Vansimay2021-04-161-0/+25
| | | First try for a yaml file to automatize the build and push of a docker image
* Merge pull request #62 from crocs-muni/leo/PyPIadamjanovsky2021-04-231-0/+33
|\ | | | | Adding a workflow file to publish a packaged version on PyPI on push on master
| * Update python-publish.ymlLéo Vansimay2021-04-231-1/+1
| | | | | | Forcing 3.8 for compatibility purpose
| * Update python-publish.ymlLéo Vansimay2021-04-211-1/+5
| | | | | | The build seems to work well, modify the rules to publish the package when a push or PR on master occurs
| * Update python-publish.ymlLéo Vansimay2021-04-191-3/+1
| | | | | | calls the publisher on each push
| * Create python-publish.ymlLéo Vansimay2021-04-161-0/+31
| | | Attempt to add a github action to publish a PyPI package on each release.
* Update GA_CI.ymlLéo Vansimay2021-04-231-1/+1
| | | Forcing 3.8 version of Python to ensure compatibility
* Update GA_CI.ymlLéo Vansimay2021-04-211-0/+1
| | | pytest didn't find the sec_certs code, adding a line that was in travis.yml
* Update GA_CI.ymlLéo Vansimay2021-04-211-1/+1
| | | sudo might be needed to install an apt package
* Update GA_CI.ymlLéo Vansimay2021-04-211-5/+2
| | | Modify the event that triggers the workflow, now it will run on each push everywhere
* Update GA_CI.ymlLéo Vansimay2021-04-201-16/+16
| | | Corrected syntax errors
* Create GA_CI.ymlLéo Vansimay2021-04-201-0/+24
First attempt to use GitHub actions instead of Travis CI