travis-ci reorg and disable win
hide the CI junk, and disable incomplete windows build
This commit is contained in:
+6
-6
@@ -17,12 +17,12 @@ addons:
|
||||
- cmake
|
||||
|
||||
install:
|
||||
- ./withenv.sh ./.ci/travis-prepare.sh
|
||||
- ./travis-libevent.sh
|
||||
- ./.ci-local/withenv.sh ./.ci/travis-prepare.sh
|
||||
- ./.ci-local/travis-libevent.sh
|
||||
|
||||
script:
|
||||
- ./travis-inspect.sh
|
||||
- ./withenv.sh ./.ci/travis-build.sh
|
||||
- ./.ci-local/travis-inspect.sh
|
||||
- ./.ci-local/withenv.sh ./.ci/travis-build.sh
|
||||
|
||||
# If you need to do more during install and build,
|
||||
# add a local directory to your module and do e.g.
|
||||
@@ -38,8 +38,8 @@ script:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env: BASE=7.0 EPICS_HOST_ARCH=win32-x86
|
||||
os: windows
|
||||
# - env: BASE=7.0 EPICS_HOST_ARCH=win32-x86
|
||||
# os: windows
|
||||
|
||||
# Different configurations of default gcc and clang
|
||||
|
||||
|
||||
Reference in New Issue
Block a user