File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,11 @@ jobs:
2929 # use 'install' so smoke-tests will work
3030 # use '-Pextra-tests' to ensure extra-tests compiles even though they won't actually run
3131 # By setting anything to org.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED we are disabling libaio loading on the testsuite
32- - name : Build
32+ - name : Build Main
33+ run : |
34+ mvn -Dorg.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED=AnythingNotNull -Djdk8-errorprone -Pfast-tests -Pextra-tests -Ptests-CI install
35+ - name : Build Examples
3336 run : |
34- set -e
35- mvn -Dorg.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED=AnythingNotNull -Djdk8-errorprone -Pfast-tests -Pextra-tests -Ptests-CI -B install -q
3637 cd examples
37- mvn install -PnoRun -B -q
38+ mvn install -PnoRun
3839
You can’t perform that action at this time.
0 commit comments