-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path.appveyor.yml
35 lines (31 loc) · 970 Bytes
/
.appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
environment:
matrix:
- BLIS_ARCH: "generic"
- BLIS_ARCH: "x86_64"
install:
- git submodule update --init --recursive
- cd flame-blis
- set "CC=clang"
- set "PATH=C:\msys64\mingw64\bin;C:\msys64\bin;%PATH%"
- set "PATH=C:\Program Files\LLVM\bin;%PATH%"
- set "AR=llvm-ar"
- set "AS=llvm-as"
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
build_script:
- set RANLIB=echo
- set LIBPTHREAD=
- set "PATH=%PATH%;C:\blis\lib"
- set "CFLAGS=-Wno-macro-redefined"
- cd %APPVEYOR_BUILD_FOLDER%
- cd flame-blis
- bash -lc "ln -s $APPVEYOR_BUILD_FOLDER /c/projects/cython-blis"
- bash -lc "cd /c/projects/cython-blis/ && ./bin/generate-make-jsonl windows $BLIS_ARCH --export"
artifacts:
- path: blis/_src/make
name: windows-generic.jsonl
- path: blis/_src/make
name: windows-x86_64.jsonl
- path: blis/_src/include/windows-generic
name: blis.h
- path: blis/_src/include/windows-x86_64
name: blis.h