File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 17
17
18
18
DISTDIR=@PACKAGE@-@VERSION@
19
19
20
+ # Test win32 build first (it breaks the most often)
21
+ cd @abs_top_srcdir@
22
+ make distdir
23
+ mv $DISTDIR win32-build
24
+ cd win32-build
25
+ ./configure --disable-silent-rules --disable-ccache --prefix=$MINGWPREFIX --host=i586-mingw32msvc --with-qt-bindir=$MINGWPREFIX /host/bin --with-qt-plugindir=$MINGWPREFIX /plugins --with-qt-incdir=$MINGWPREFIX /include --with-boost=$MINGWPREFIX --with-protoc-bindir=$MINGWPREFIX /host/bin CPPFLAGS=-I$MINGWPREFIX /include LDFLAGS=-L$MINGWPREFIX /lib
26
+ make -j$JOBS
27
+ make check
28
+
29
+ # ... then linux build, with blockchain-tester:
20
30
cd @abs_top_srcdir@
21
31
make distdir
22
32
mv $DISTDIR linux-build
23
33
cd linux-build
24
- ./configure --with-comparison-tool=" $JAVA_COMPARISON_TOOL "
34
+ ./configure --disable-silent-rules --disable-ccache -- with-comparison-tool=" $JAVA_COMPARISON_TOOL "
25
35
make -j$JOBS
26
36
make check
27
37
28
- # Test code coverage
38
+ # Test code coverage
29
39
cd @abs_top_srcdir@
30
40
make distdir
31
41
mv $DISTDIR linux-coverage-build
@@ -34,12 +44,3 @@ cd linux-coverage-build
34
44
make -j$JOBS
35
45
make cov
36
46
37
- # win32 build disabled until pull-tester has updated dependencies
38
- # #Test win32 build
39
- # cd @abs_top_srcdir@
40
- # make distdir
41
- # mv $DISTDIR win32-build
42
- # cd win32-build
43
- # ./configure --prefix=$MINGWPREFIX --host=i586-mingw32msvc --with-qt-bindir=$MINGWPREFIX/host/bin --with-qt-plugindir=$MINGWPREFIX/plugins --with-qt-incdir=$MINGWPREFIX/include --with-boost=$MINGWPREFIX --with-protoc-bindir=$MINGWPREFIX/host/bin --with-comparison-tool="$JAVA_COMPARISON_TOOL" CPPFLAGS=-I$MINGWPREFIX/include LDFLAGS=-L$MINGWPREFIX/lib
44
- # make -j$JOBS
45
- # make check
You can’t perform that action at this time.
0 commit comments