forked from taichi-dev/taichi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
33 lines (25 loc) · 865 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
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 0.0.{build}-{branch}
#---------------------------------#
# environment configuration #
#---------------------------------#
image: Visual Studio 2017
clone_folder: C:\repos\taichi
#---------------------------------#
# build configuration #
#---------------------------------#
platform: x64
configuration: Release
build_script:
- cd C:\repos\taichi
- C:\Python36-x64\python.exe install.py ci
#- 7z a C:\repos\taichi\taichi_bin.zip %TAICHI_REPO_DIR%/runtimes/*.dll %TAICHI_ROOT_DIR%/taichi/runtimes/Release/taichi_core.dll
#---------------------------------#
# artifacts configuration #
#---------------------------------#
artifacts:
- path: taichi\taichi_bin.zip
name: 'taichi-win-x86_64'