forked from Moclia-Developer-Team/MocliaParseBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
45 lines (37 loc) · 920 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
34
35
36
37
38
39
40
41
42
43
44
45
version: 1.0.{build}
skip_non_tags: true
image:
- Visual Studio 2019
- Ubuntu2004
configuration: Release
platform:
- x64
for:
# ubuntu
-
matrix:
only:
- image: Ubuntu2004
platform: x64
install:
- sh: sudo chmod 777 ./scripts/prepare-x64-linux.sh
- sh: ./scripts/prepare-x64-linux.sh
build_script:
- sh: sudo chmod 777 ./scripts/build-x64-linux.sh
- sh: ./scripts/build-x64-linux.sh
artifacts:
- path: ./build/x64-linux/MocliaParseBot
name: MocliaParseBot-x64
# visual studio
-
matrix:
only:
- image: Visual Studio 2019
platform: x64
install:
- pwsh: ./scripts/prepare-x64-windows.ps1
build_script:
- pwsh: ./scripts/build-x64-windows.ps1
artifacts:
- path: ./build/x64-windows/MocliaParseBot.exe
name: MocliaParseBot-x64