File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 11image :
22- Visual Studio 2017
3- # - Ubuntu # cmake 3.5.1 !?
3+ # - Ubuntu too old CMake 3.5
44
55environment :
66 MINGW_DIR : C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin
7- TRAVIS : 1
87
98clone_depth : 3
109
11- before_build :
10+ build : off
11+
12+ init :
1213- cmd : set PATH=%MINGW_DIR%;%PATH%
13- # fix CMake sh.exe issue, by removing Git path.
14- - cmd : set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
15- - cmd : set FC=%MINGW_DIR%\gfortran
16- - cmd : mklink bin\make.exe %MINGW_DIR%\mingw32-make.exe
14+ - cmd : set FC=%MINGW_DIR%\gfortran
1715
1816- sh : sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test" > /dev/null
1917- sh : sudo apt-get -yq update > /dev/null
2018- sh : sudo apt-get install -yq --no-install-suggests --no-install-recommends gfortran-6 cmake make > /dev/null
2119- sh : export FC=/usr/bin/gfortran-6
2220
23- build_script :
21+ install :
2422- cd bin
25- - cmd : cmake -G "MinGW Makefiles" ..
23+ - cmd : cmake -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" ..
2624- sh : cmake ..
2725
2826- cmake --build .
2927
30- after_build :
28+ test_script :
3129- ctest -V
3230
You can’t perform that action at this time.
0 commit comments