forked from universal-ctags/ctags
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
34 lines (29 loc) · 680 Bytes
/
appveyor.yml
File metadata and controls
34 lines (29 loc) · 680 Bytes
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
version: 1.0.{build}
environment:
matrix:
- compiler: msbuild
CONFIGURATION: Release
- compiler: msys2
ARCH: x64
MSYS2_ARCH: x86_64
MSYS2_DIR: msys64
MSYSTEM: MINGW64
- compiler: msys2
ARCH: x86
MSYS2_ARCH: i686
MSYS2_DIR: msys64
MSYSTEM: MINGW32
- compiler: msvc
ARCH: x64
#- compiler: msvc
# ARCH: x86
- compiler: mingw
- compiler: cygwin
build_script:
- '%APPVEYOR_BUILD_FOLDER%\win32\appveyor.bat build'
after_build:
- '%APPVEYOR_BUILD_FOLDER%\win32\appveyor.bat package'
test_script:
- '%APPVEYOR_BUILD_FOLDER%\win32\appveyor.bat test'
artifacts:
- path: ctags-*.zip