Skip to content

Commit a964337

Browse files
committed
appveyor - download liblsl from GitHub release page
1 parent 9a3e87a commit a964337

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

appveyor.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
version: 1.12.0.{build}
1+
version: 1.14.0.{build}
22
pull_requests:
33
do_not_increment_build_number: true
44
shallow_clone: true
55
environment:
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
910
install:
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

0 commit comments

Comments
 (0)