File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version : 1.12 .0.{build}
1+ version : 1.14 .0.{build}
22pull_requests :
33 do_not_increment_build_number : true
44shallow_clone : true
55environment :
6- LSLVERSION : 1.12
6+ LSLTAG : v1.14.0b1
7+ LSLVERSION : 1.14.0
78 OCTAVE_VER : 4.4.0-w64
89 VCVER : 14.0
910install :
1011- cmd : >-
12+
13+ appveyor DownloadFile https://github.com/sccn/liblsl/releases/download/%LSLTAG%/liblsl-%LSLVERSION%-Win64.zip -FileName liblsl.zip
14+
15+ 7z x liblsl.zip
16+
17+ cp lib/lsl.lib bin/
18+
1119 appveyor DownloadFile https://ftp.gnu.org/gnu/octave/windows/octave-%OCTAVE_VER%.7z -FileName octave.7z
1220
1321 7z x octave.7z -o"c:\dev" -y
@@ -16,12 +24,6 @@ build_script:
1624- cmd : >-
1725 call "C:\Program Files (x86)\Microsoft Visual Studio %VCVER%\VC\vcvarsall.bat" x64
1826
19- appveyor DownloadFile https://bintray.com/labstreaminglayer/LSL/download_file?file_path=liblsl_x64_%LSLVERSION%.zip -FileName liblsl.zip
20-
21- 7z x liblsl.zip
22-
23- cp LSL/lib/liblsl64.dll bin/
24-
2527 c:\dev\octave-%OCTAVE_VER%\bin\octave-gui.exe --eval build_mex
2628
2729 del bin\*.o
@@ -34,7 +36,7 @@ deploy:
3436 api_key :
3537 secure : Fo9tIQnGjVnCXB3euItvYrt85A5O9FPqq7LEpsdOuwW+eOg1rwA5Q1HLp4yWDXAl
3638 subject : labstreaminglayer
37- version : 1.12
39+ version : 1.14
3840 repo : LSL
3941 package : liblsl-matlab
4042 override : true
You can’t perform that action at this time.
0 commit comments