test inspect
This commit is contained in:
@@ -21,6 +21,7 @@ install:
|
||||
- ./travis-libevent.sh
|
||||
|
||||
script:
|
||||
- ./travis-inspect.sh
|
||||
- ./withenv.sh ./.ci/travis-build.sh
|
||||
|
||||
# If you need to do more during install and build,
|
||||
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = "windows" ]
|
||||
then
|
||||
# replace /c/Users/travis/.source/epics-base from travis-build.sh
|
||||
cat <<EOF >configure/RELEASE.local
|
||||
EPICS_BASE=C:\Users\travis\.source\epics-base
|
||||
EOF
|
||||
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user