forked from cfillion/reapack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.appveyor.yml
149 lines (133 loc) · 4.84 KB
/
.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
---
version: "{build}-{branch}"
before_build:
- git submodule update --init
build_script:
- cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$TOOLCHAIN
-DCMAKE_OSX_ARCHITECTURES=$ARCH -DCMAKE_OSX_DEPLOYMENT_TARGET=$DEPLOY_TARGET
- cmake --build build
test_script:
- '[ "$ARCH" = "arm64" ] || cmake --build build --target test'
for:
- matrix: { only: [ appveyor_build_worker_image: &linux Ubuntu1804 ] }
install: |-
set -e
sudo sed -i '/arch=/! s/^deb/deb [arch=amd64,i386]/' /etc/apt/sources.list
awk '
$3 !~ /ubuntu\.com/ { next }
$1 == "deb" {
$2 = "[arch=armhf,arm64]";
$3 = "http://ports.ubuntu.com/ubuntu-ports/"
} 1' /etc/apt/sources.list | sudo dd of=/etc/apt/sources.list.d/ports.list
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
wget -q https://mirrors.edge.kernel.org/ubuntu/pool/universe/c/catch2/catch2_2.13.0-1_all.deb
install-deps() {
local arch="$1"; shift
local native=("$@" ./catch2*.deb php-cli qemu-user-binfmt)
local target=(
libboost-dev libcurl4-openssl-dev libsqlite3-dev libssl-dev
libxml2-dev zlib1g-dev
)
sudo dpkg --add-architecture $arch
sudo apt-get update -qq
sudo apt install -y --no-install-recommends ${native[@]} ${target[@]/%/:$arch} > /dev/null
}
case $ARCH in
x86_64)
install-deps amd64
;;
i686)
install-deps i386 g++-multilib
export TOOLCHAIN=cmake/linux-cross.cmake \
TOOLCHAIN_PREFIX=i386-linux-gnu
;;
armv7l)
install-deps armhf g++-arm-linux-gnueabihf
export TOOLCHAIN=cmake/linux-cross.cmake \
TOOLCHAIN_PREFIX=arm-linux-gnueabihf
;;
aarch64)
install-deps arm64 g++-aarch64-linux-gnu
export TOOLCHAIN=cmake/linux-cross.cmake \
TOOLCHAIN_PREFIX=aarch64-linux-gnu
;;
esac
artifacts:
- path: build/reaper_reapack*.so
- matrix: { only: [ appveyor_build_worker_image: macos, appveyor_build_worker_image: macos-mojave ] }
install:
- brew install boost catch2 > /dev/null
- |-
case $ARCH in
arm64)
DEPLOY_TARGET=11.0
sudo xcode-select -s /Applications/Xcode-12.3.app
;;
*)
DEPLOY_TARGET=10.9
export SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX10.10.sdk
curl -fsSLO https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.10.sdk.tar.xz
echo 608a89db8b4be150a945871230b5ba5d4767a8500bc5fe76ddf10f5cec5ef513 MacOSX10.10.sdk.tar.xz | sha256sum -c
sudo tar xf MacOSX10.10.sdk.tar.xz -C /Library/Developer/CommandLineTools/SDKs
sudo xcode-select -s /Library/Developer/CommandLineTools
;;
esac
# don't use LibXml2/SQLite3 from Mono
- sudo rm -r /Library/Frameworks/Mono.framework
artifacts:
- path: build/reaper_reapack*.dylib
- matrix: { only: [ appveyor_build_worker_image: &windows Visual Studio 2019 ] }
cache:
- C:\Tools\vcpkg\installed -> vendor\vcpkg-deps.txt
install:
- set VCPKG_ROOT=C:\Tools\vcpkg
- set VCPKG_DEFAULT_TRIPLET=%ARCH%-windows-static
- set /p reapack-deps=<vendor\vcpkg-deps.txt
- vcpkg install %reapack-deps%
- if "%ARCH%" == "x64" call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
- if "%ARCH%" == "x86" call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
build_script:
- cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo
- cmake --build build
artifacts:
- path: build\reaper_reapack*.dll
- path: build\reaper_reapack*.pdb
environment:
matrix:
- job_name: Windows 64-bit
appveyor_build_worker_image: *windows
ARCH: x64
- job_name: Windows 32-bit
appveyor_build_worker_image: *windows
ARCH: x86
- job_name: macOS x86 64-bit
appveyor_build_worker_image: macos-mojave
ARCH: x86_64
- job_name: macOS x86 32-bit
appveyor_build_worker_image: macos-mojave
ARCH: i386
- job_name: macOS ARM 64-bit
appveyor_build_worker_image: macos
ARCH: arm64
- job_name: Linux x86 64-bit
appveyor_build_worker_image: *linux
ARCH: x86_64
- job_name: Linux x86 32-bit
appveyor_build_worker_image: *linux
ARCH: i686
- job_name: Linux ARM 64-bit
appveyor_build_worker_image: *linux
ARCH: aarch64
- job_name: Linux ARM 32-bit
appveyor_build_worker_image: *linux
ARCH: armv7l
deploy:
provider: GitHub
draft: true
description: ''
force_update: true
auth_token:
secure: 6dgJUqO2qAwADLQuvONd+mD5esFPBws7RA/3RSiEjrmquCsWpidm4ayawCPSEtfQ
artifact: /.*\.(dll|dylib|so)/
on:
APPVEYOR_REPO_TAG: true