Skip to content

Commit 50974b3

Browse files
committed
Remove remaining MATLAB bits from CI intrastructure
This removes anything hanging around that referenced the MATLAB bindings, since they are now completely integrated, and now are not seperate anymore. Signed-off-by: Robin Getz <[email protected]>
1 parent b6b2354 commit 50974b3

File tree

4 files changed

+1
-15
lines changed

4 files changed

+1
-15
lines changed

CI/travis/before_deploy

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ check_file tar.gz
9696
if [ -n "${temp}" ] ; then
9797
deploy=$(expr ${deploy} + 1)
9898
if [ -z "${TARGET_TGZ}" ] ; then
99-
echo Add the MATLAB bindings into the tar file
99+
echo updating tar file
100100
(
101101
cd $(dirname ${temp})
102102
if [ -d tarball_fixup ] ; then
@@ -110,10 +110,6 @@ if [ -n "${temp}" ] ; then
110110
tar -xzf ${TRAVIS_BUILD_DIR}/${temp}
111111
fi
112112

113-
mkdir -p usr/include usr/lib/matlab/iio
114-
cp ${TRAVIS_BUILD_DIR}/bindings/matlab/iio-wrapper.h usr/include/
115-
cp ${TRAVIS_BUILD_DIR}/bindings/matlab/*.m usr/lib/matlab/iio/
116-
117113
if [ "$TRAVIS_OS_NAME" = "osx" ] ; then
118114
cd usr/lib
119115
ln -fs ../../Library/Frameworks/iio.framework/iio libiio.dylib

README_BUILD.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ when configuring libiio with cmake, there are a few optional settings that you c
4343
Cmake Options | Default | Description |
4444
------------------- | ------- | ---------------------------------------------- |
4545
`CSHARP_BINDINGS` | OFF | Install C# bindings |
46-
`MATLAB_BINDINGS` | OFF | Install MATLAB bindings |
4746
`PYTHON_BINDINGS` | OFF | Install PYTHON bindings |
4847
`WITH_DOC` | OFF | Generate documentation with Doxygen and Sphinx |
4948
`WITH_MAN` | OFF | Generate and install man pages |

appveyor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,6 @@ build_script:
167167

168168
- copy "c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\x86\Microsoft.VC120.CRT\msvcr120.dll" c:\%ARCHIVE_NAME%\MS32
169169
- copy "c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\x64\Microsoft.VC120.CRT\msvcr120.dll" c:\%ARCHIVE_NAME%\MS64
170-
- xcopy /S bindings\matlab c:\%ARCHIVE_NAME%\MS32\matlab\
171-
- xcopy /S bindings\matlab c:\%ARCHIVE_NAME%\MS64\matlab\
172-
- xcopy /S bindings\matlab c:\%ARCHIVE_NAME%\MinGW32\matlab\
173-
- xcopy /S bindings\matlab c:\%ARCHIVE_NAME%\MinGW64\matlab\
174-
- del c:\%ARCHIVE_NAME%\MS32\matlab\CMakeLists.txt
175-
- del c:\%ARCHIVE_NAME%\MS64\matlab\CMakeLists.txt
176-
- del c:\%ARCHIVE_NAME%\MinGW32\matlab\CMakeLists.txt
177-
- del c:\%ARCHIVE_NAME%\MinGW64\matlab\CMakeLists.txt
178170

179171
- copy c:\projects\libiio\CI\travis\zip.txt c:\%ARCHIVE_NAME%\README.txt
180172
- 7z a "c:\libiio.zip" c:\%ARCHIVE_NAME%

iio-config.h.cmakein

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#cmakedefine WITH_NETWORK_BACKEND
1313
#cmakedefine WITH_USB_BACKEND
1414
#cmakedefine WITH_SERIAL_BACKEND
15-
#cmakedefine WITH_MATLAB_BINDINGS_API
1615

1716
#cmakedefine WITH_NETWORK_GET_BUFFER
1817
#cmakedefine WITH_NETWORK_EVENTFD

0 commit comments

Comments
 (0)