-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update linux-ci and windows-ci for outdated actions and build issues
For linux-ci, update actions and macos-13 linker error. See coin-or/COIN-OR-OptimizationSuite#26 For windows-ci, update actions and remove 32-bit builds via mingw32. See coin-or/COIN-OR-OptimizationSuite#25
- Loading branch information
1 parent
6851c99
commit 366f5ca
Showing
3 changed files
with
30 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Ignore VS files | ||
*.suo | ||
*.db | ||
*.bak | ||
*.user | ||
**/.vs/ | ||
**/MSVisualStudio/**/Release/ | ||
**/MSVisualStudio/**/ReleaseParallel/ | ||
**/MSVisualStudio/**/Debug/ | ||
|
||
# Ignore files created during unit tests | ||
**/MSVisualStudio/**/*.mps | ||
**/MSVisualStudio/**/*.lp | ||
**/MSVisualStudio/**/*.out |