forked from OpenMatrixLanguage/OpenMatrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
87 lines (49 loc) · 1.77 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
version: 1.0.{build}
image: Visual Studio 2019
configuration: Release
platform: x64
clone_folder: c:\oss
init:
- cmd: >-
git config --global core.autocrlf true
git config --list
if exist .gitattributes type .gitattributes
if exist .gitignore type .gitignore
SET
environment:
OML_ROOT: c:\oss
OML_THIRDPARTY: c:\oss\third_party\third_party
OML_APPVEYOR: TRUE
OML_PYTHON: c:\python36-x64
KMP_AFFINITY: compact,1,0,granularity=fine
before_build:
- cmd: >-
dir
git clone --depth=50 --branch=master https://github.com/OpenMatrixLanguage/Continuous_Integration_Windows.git c:\oss\third_party
dir c:\oss
dir %OML_ROOT%
dir %OML_THIRDPARTY%
set OML
set KMP
build:
project: c:\oss\VS\OpenMatrix\OpenMatrix.sln
verbosity: minimal
test_script:
- cmd: >-
set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
set PATH=%OML_ROOT%\VS\OpenMatrix\x64\Release;%PATH%
set PATH=%OML_THIRDPARTY%\intel\compilers_and_libraries_2019.5.281\windows\redist\intel64_win\compiler;%PATH%
set PATH=%OML_THIRDPARTY%\intel\compilers_and_libraries_2019.5.281\windows\redist\intel64_win\mkl;%PATH%
set PATH=%OML_THIRDPARTY%\fftw\fftw-3.2.2\fftw-3.2.2-libs\x64\Release;%PATH%
set PATH=%OML_THIRDPARTY%\matio\matio-1.5.12\visual_studio\x64\Release;%PATH%
set PATH=%OML_THIRDPARTY%\sundials\sundials-3.1.0-install\lib;%PATH%
set PATH=%OML_THIRDPARTY%\qhull\qhull-2015.2\bin;%PATH%
cd %OML_ROOT%\Tests
dir
cd %OML_ROOT%\Tests
perl -v
run_tests.bat
cd %OML_ROOT%\Tests
run_toolbox_tests.bat
cd %OML_ROOT%\Tests
evaluate_test_results.bat