-
-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathappveyor.yml
More file actions
41 lines (40 loc) · 779 Bytes
/
appveyor.yml
File metadata and controls
41 lines (40 loc) · 779 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
# ----------------------
# <auto-generated>
#
# This file was generated with FlubuCore.
#
# To regenerate file execute 'flubu {{TargetName}} --ci={CIName}
#
# </auto-generated>
# ----------------------
image:
- Visual Studio 2019
- Ubuntu1804
clone_depth: 50
skip_commits:
files:
- docs/*
- assets/*
- LICENCE
- mkdocs.yml
- README.md
- .travis.yml
- .gitignore
- lang/*
for:
- matrix:
only:
- image: Visual Studio 2019
before_build:
- ps: dotnet tool install --global FlubuCore.Tool --version 5.1.8
build_script:
- ps: cd src
- ps: flubu rebuild
- matrix:
only:
- image: Ubuntu1804
before_build:
- sh: dotnet tool install --global FlubuCore.Tool --version 5.1.8
build_script:
- sh: cd src
- sh: flubu Rebuild.Linux