-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtestingNeed testingNeed testing
Description
Description
We want to test the software on a local Windows machine. Currently, the project works well on macOS and Linux (Ubuntu). We run the software using WSL on Windows, which works well, but we need to test it directly on a Windows OS.
Once it is tested and the documentation is updated, we need to run the CI pipeline for Windows by editing the workflow.
Tasks
Build/Install/Run
the software locally on a Windows machine- Document the steps to install necessary libraries, and to build the project.
- Add documentation in the Wiki page (if no access, write it under this PR and we will add it to the doc).
- Update the
workflow
to includewindows-latest
CodeAstra/.github/workflows/cpp.yml
Line 14 in 10b5212
os: [ubuntu-latest, macos-latest] # TO-DO: Add back windows-latest when the project is tested on a Windows machine.
- Ensure that the Makefile for Windows installation is accurate.
Line 65 in 10b5212
elif echo "$$OS_NAME" | grep -qE "CYGWIN|MINGW|MSYS"; then \
Related Work
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtestingNeed testingNeed testing
Type
Projects
Status
Todo