From 63b1c16a06585bb29f5b5750d551a3faa61c171c Mon Sep 17 00:00:00 2001 From: Jonas Koenemann Date: Fri, 16 Aug 2019 15:59:11 +0200 Subject: [PATCH] testing appveyor mingw64 sh exe --- .appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index dfb027de8d..6a666de808 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -29,7 +29,6 @@ build_script: # MinGW files need to be at the beginning of the PATH - set PATH=C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;%PATH% # Workaround for CMake not wanting sh.exe on PATH for MinGW - - rm "C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin\sh.exe" - rm "C:\Program Files\Git\usr\bin\sh.exe" - cmake -E make_directory build - cmake -E chdir build cmake -DCMAKE_PREFIX_PATH=C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0 -D ACADOS_WITH_QPOASES=ON -D BLASFEO_TARGET=GENERIC -D HPIPM_TARGET=GENERIC -D BUILD_SHARED_LIBS=OFF -D ACADOS_EXAMPLES=ON -D ACADOS_UNIT_TESTS=ON -DEIGEN3_INCLUDE_DIR="C:\dev\Eigen3\include\eigen3" -G "MinGW Makefiles" ..