dependabot[bot]
f13b2d2a68
Bump crazy-max/ghaction-docker-meta from v2.1.1 to v2.3.0 ( #53 )
...
Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta ) from v2.1.1 to v2.3.0.
- [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases )
- [Changelog](https://github.com/crazy-max/ghaction-docker-meta/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v2.1.1...2e1a5c7fa42123697f82d479b551a1bbdb1bef88 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 16:58:51 +02:00
Antonio Navarro Perez
9ce34e69ea
Update docker workflow ( #50 )
2021-04-04 21:00:21 +02:00
dependabot[bot]
cfede1d8f1
Bump crazy-max/ghaction-docker-meta from v2.1.0 to v2.1.1 ( #47 )
...
Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta ) from v2.1.0 to v2.1.1.
- [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases )
- [Changelog](https://github.com/crazy-max/ghaction-docker-meta/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v2.1.0...ac90ddf06eee55fbe48897eeec38bba2f7948e7e )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-04 19:11:21 +02:00
dependabot[bot]
c5185777ba
Bump crazy-max/ghaction-docker-meta from v1 to v2.1.0 ( #46 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 10:50:59 +02:00
dependabot[bot]
42f7e0ebd3
Bump actions/cache from v2 to v2.1.4 ( #33 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 09:56:37 +01:00
Antonio Navarro Perez
7c94e663d8
Remove macOS workaround to fix build ( #26 )
2020-12-24 19:54:27 +01:00
dependabot[bot]
16f81563e4
Bump docker/login-action from v1 to v1.8.0 ( #25 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from v1 to v1.8.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...f3364599c6aa293cdc2b8391b1b56d0c30e45c8a )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-23 12:29:00 +01:00
dependabot[bot]
ee68a265ae
Bump jandelgado/gcov2lcov-action from v1.0.7 to v1.0.8 ( #24 )
...
Bumps [jandelgado/gcov2lcov-action](https://github.com/jandelgado/gcov2lcov-action ) from v1.0.7 to v1.0.8.
- [Release notes](https://github.com/jandelgado/gcov2lcov-action/releases )
- [Changelog](https://github.com/jandelgado/gcov2lcov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jandelgado/gcov2lcov-action/compare/v1.0.7...2477d9ec11814a9326e7fdde8d315783d163edb7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-23 09:26:02 +01:00
Antonio Navarro Perez
7869a40955
Add platforms to docker build process.
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-11-14 17:19:07 +01:00
Antonio Navarro Perez
a74f0956a7
Update docker description
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-11-14 16:44:10 +01:00
Antonio Navarro Perez
0a4438b1ad
Docker image ( #22 )
...
- Config file now is inside a config folder by default, to make easier
docker integration.
- File not found errors now are debug log outputs.
- Added dependabot integration for github action versions.
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-11-14 16:28:50 +01:00
Antonio Navarro Perez
8882d80232
Add coveralls ( #21 )
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-11-14 14:00:56 +01:00
Antonio Navarro Perez
bd81446da6
Create FUNDING.yml
2020-11-09 20:21:03 +01:00
Antonio Navarro Perez
56d32fd1f4
Compile windows without cgo ( #14 )
2020-11-01 17:24:08 +01:00
Antonio Navarro Perez
1614af438e
Build on several platforms ( #13 )
...
- Added a GitHub workflow to compile distribyted on linux, macOS and windows.
- Fixed some problems on storage when running on windows.
- Added more documentation about how to use on windows.
- Now on every build, artifacts are generated and can be downloaded for testing before a release.
- Only cross-compiling arm-7 for now.
Fixes #6
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-11-01 12:23:39 +01:00
Antonio Navarro Perez
ca4ceb1af8
Fix release github action
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-10-18 20:57:47 +02:00
Antonio Navarro Perez
f8068cde52
Remove compile step from PR tests
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-10-18 20:30:43 +02:00
Antonio Navarro Perez
45f10e2f81
Refactoring and first steps to make multi OS compatible.
...
- Using cgofuse to be compatible with multiple OSes
- Refactor to make possible better testing
- Add a bunch of tests
- Add code coverage
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-10-18 11:39:59 +02:00
Antonio Navarro Perez
f6539aab06
Update release.yml
...
change release action version to latest one
2020-08-02 21:22:37 +02:00
Antonio Navarro Perez
9bf784ccf0
Create release.yml
...
Add release workflow
2020-08-02 21:21:18 +02:00
Antonio Navarro Perez
5470c4c5d3
Update test.yaml
...
Build binary too
2020-08-02 20:33:59 +02:00
Antonio Navarro Perez
c9e72986a9
Add github actions for tests
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-07-27 12:23:53 +02:00