File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
JAVA_HOME : C:\Program Files\Java\jdk1.8.0
3
- CXX : C:\MinGW\bin\g++.exe
4
- CC : C:\MinGW\bin\gcc.exe
5
- CMAKE_CXX_COMPILER : C:\MinGW\bin\g++.exe
6
- CMAKE_CC_COMPILER : C:\MinGW\bin\gcc.exe
3
+ CXX : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\g++.exe
4
+ CC : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\gcc.exe
5
+ CMAKE_CXX_COMPILER : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\g++.exe
6
+ CMAKE_CC_COMPILER : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\gcc.exe
7
+ #
8
+
9
+ install :
10
+ # CMake refuses to generate MinGW Makefiles if sh.exe is in the Path
11
+ - ps : Get-Command sh.exe -All | Remove-Item
12
+ #
7
13
8
14
build_script :
9
15
- echo %CMAKE_CC_COMPILER%
10
16
- echo %CMAKE_CXX_COMPILER%
11
17
- cmake -DCMAKE_BUILD_TYPE= -G "CodeBlocks - MinGW Makefiles" jni
12
18
- cmake --build . --target all -- -j 8
13
- - gradlew check
19
+ - gradlew check --info
20
+ #
14
21
22
+ before_build :
23
+ - set Path=C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%Path%
24
+ #
You can’t perform that action at this time.
0 commit comments