forked from FarGroup/FarManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
23 lines (20 loc) · 706 Bytes
/
.travis.yml
File metadata and controls
23 lines (20 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: bash
os: windows
env:
- COMPILER=MSVC_PROJ PLATFORM=x64 CONFIG=Debug
- COMPILER=MSVC_PROJ PLATFORM=x64 CONFIG=Release
- COMPILER=MSVC_PROJ PLATFORM=Win32 CONFIG=Debug
- COMPILER=MSVC_PROJ PLATFORM=Win32 CONFIG=Release
- COMPILER=MSVC_NMAKE PLATFORM=x64 CONFIG=Debug
- COMPILER=MSVC_NMAKE PLATFORM=x64 CONFIG=Release
- COMPILER=MSVC_NMAKE PLATFORM=Win32 CONFIG=Debug
- COMPILER=MSVC_NMAKE PLATFORM=Win32 CONFIG=Release
- COMPILER=CLANG_NMAKE PLATFORM=x64 CONFIG=Debug
- COMPILER=CLANG_NMAKE PLATFORM=x64 CONFIG=Release
- COMPILER=GCC_MAKE PLATFORM=x64 CONFIG=Debug
- COMPILER=GCC_MAKE PLATFORM=x64 CONFIG=Release
script:
- ./_build/ci/travis/build.cmd
branches:
only:
- master