Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Linux build and test
on:
workflow_dispatch:
push:
branches:
- 'master'
Expand All @@ -23,13 +24,13 @@ jobs:
flags: [ADD_CXXFLAGS=-fvisibility=hidden]
download_requirements: [sudo apt install -y -qq gfortran liblapack-dev libmetis-dev libnauty-dev]
include:
- os: macos-13
- os: macos-15-intel
build_static: false
flags: CC=clang OSX=13
flags: CC=clang CXX=clang++ OSX=15
download_requirements: brew install metis bash
- os: macos-13
- os: macos-15-intel
build_static: false
flags: CC=gcc-13 CXX=g++-13 OSX=13 ADD_CXXFLAGS=-Wl,-ld_classic
flags: CC=gcc-15 CXX=g++-15 OSX=15 ADD_CXXFLAGS=-Wl,-ld_classic
download_requirements: brew install metis bash
- os: macos-14
arch: arm64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Windows build and test
on:
workflow_dispatch:
push:
branches:
- 'master'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-msvs-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Windows MSVS build and test
on:
workflow_dispatch:
push:
branches:
- 'master'
Expand Down
2 changes: 1 addition & 1 deletion MSVisualStudio/v17/libCbc/libCbc.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<ClCompile Include="..\..\..\src\CbcHeuristicRINS.cpp" />
<ClCompile Include="..\..\..\src\CbcHeuristicVND.cpp" />
<ClCompile Include="..\..\..\src\CbcMessage.cpp" />
<ClCompile Include="..\..\..\src\CbcMipStartIO.cpp" />
<ClCompile Include="..\..\..\src\CbcMipStart.cpp" />
<ClCompile Include="..\..\..\src\CbcModel.cpp" />
<ClCompile Include="..\..\..\src\CbcNode.cpp" />
<ClCompile Include="..\..\..\src\CbcNodeInfo.cpp" />
Expand Down
2 changes: 1 addition & 1 deletion MSVisualStudio/v17/libCbcSolver/libCbcSolver.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<ClCompile Include="..\..\..\src\CbcCbcParam.cpp" />
<ClCompile Include="..\..\..\src\CbcLinked.cpp" />
<ClCompile Include="..\..\..\src\CbcLinkedUtils.cpp" />
<ClCompile Include="..\..\..\src\CbcMipStartIO.cpp" />
<ClCompile Include="..\..\..\src\CbcMipStart.cpp" />
<ClCompile Include="..\..\..\src\CbcSolver.cpp" />
<ClCompile Include="..\..\..\src\CbcSolverAnalyze.cpp" />
<ClCompile Include="..\..\..\src\CbcSolverExpandKnapsack.cpp" />
Expand Down