forked from acados/acados
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Trying compiling with MSVC. Outstanding errors: variable-sized * Can compiler qpoases_chen and nonlinear_chain examples with MSVC * Correct some errors introduced by working towards msvc * Get rid of timing dependencies * MSVC still compiling examples * Add Appveyor * Try other branch * run cmake * submodules * Add openblas, fortran * small fix * Fix build error * try other openblas * Small adaptations to dependencies in order to compile with msvc * Always answer yes * New version of dependencies * Find conda libs * Find shared library of gfortran * change testing in Appveyor * Fix lint errors * Fix CMake error in qpDUNES
- Loading branch information
Showing
47 changed files
with
423 additions
and
373 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
branches: | ||
only: | ||
- msvc | ||
|
||
install: | ||
- call C:\Miniconda36-x64\Scripts\activate.bat | ||
- conda install --yes -c msys2 m2w64-gcc-libgfortran m2w64-openblas | ||
|
||
build_script: | ||
- git submodule update --init --recursive | ||
- cmake -E make_directory build | ||
- cmake -E chdir build cmake .. | ||
- cmake --build build --config Debug | ||
- cmake -E chdir build ctest --output-on-failure | ||
- cmake --build build --config Release | ||
- cmake -E chdir build ctest --output-on-failure |
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 |
---|---|---|
|
@@ -78,3 +78,4 @@ octave-workspace | |
notes.txt | ||
*.dSYM/ | ||
cmakelint | ||
.vs |
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
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
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
Oops, something went wrong.