forked from wrf-model/WPS
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.appveyor.yml
More file actions
46 lines (38 loc) · 975 Bytes
/
.appveyor.yml
File metadata and controls
46 lines (38 loc) · 975 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
35
36
37
38
39
40
41
42
43
44
45
46
# WRF-CMake (https://github.com/WRF-CMake/wps).
# Copyright 2018 M. Riechert and D. Meyer. Licensed under the MIT License.
image: Visual Studio 2017 # See https://www.appveyor.com/docs/build-environment/
clone_depth: 50
skip_commits:
files:
- 'README*'
environment:
global:
WRF_REPO: WRF-CMake/wrf
WRF_COMMIT: wrf-cmake
BUILD_SYSTEM: CMake
matrix:
- BUILD_TYPE: Debug
CC: gcc
FC: gfortran
MODE: serial
NESTING: basic
GRIB1: 0
GRIB2: 1
- BUILD_TYPE: Debug
CC: gcc
FC: gfortran
MODE: dmpar
NESTING: basic
GRIB1: 0
GRIB2: 1
install:
- ps: .ci\windows\dump-vm-specs.ps1
- cd ..
- git clone --depth=100 --no-single-branch https://github.com/%WRF_REPO%.git WRF
- cd WRF
- git checkout %WRF_COMMIT%
- call .ci\windows\setup-dependencies.bat
- call .ci\windows\install-wrf.bat
- cd %APPVEYOR_BUILD_FOLDER%
build_script:
- call .ci\windows\install-wps.bat