Skip to content
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

Linux distribution #69

Open
JobaDiniz opened this issue Jun 21, 2023 · 0 comments
Open

Linux distribution #69

JobaDiniz opened this issue Jun 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JobaDiniz
Copy link
Contributor

Requirements

Create an executable (EXE) targeting Linux.

The release.yml (L31-L32) file creates a Windows distribution and also runs end-to-end test using the output executable.

dotnet publish ./src/Joba.IBM.RPA.Cli/Joba.IBM.RPA.Cli.csproj -c Release -f net7.0 -r win-x64 -p:PublishSingleFile=true -p:VersionPrefix=${MAIN_VERSION} -p:VersionSufix=${PRE_RELEASE_VERSION} -o ./publish --self-contained

We need to separate the build process (maybe using github action matrix?) and test both executables (windows + linux) before releasing.

We also need to attach both executables to the Github Release, lines L40-L48.

Documentation

After creating a distribution for Linux, update the following documentation: https://ibm.github.io/ibm-rpa-cli/#/guide/getting-started?id=linux

@JobaDiniz JobaDiniz added the enhancement New feature or request label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant