AlexanderJDupree / Bridges

HTTP/S Server and Library for C++
MIT License
2 stars 0 forks source link

[DISCUSSION] - Create separate workflows #15

Open AlexanderJDupree opened 4 years ago

AlexanderJDupree commented 4 years ago

Right now GitHub actions is running the Build/Test workflow for everything and sometimes builds the same commit 8 different times. We should separate the Build/Test workflow into different actions. Maybe do the following?

We could also have multiple badges that show the status of each type of workflow. Lastly, we need to fix the MinGW build steps. It's still using MSVC as the compiler and not MinGW