summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 991564aa055862deaff24bbf94371a5cffd7a6f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
os: 
  - Visual Studio 2015
  - Visual Studio 2017

platform:
  - Win32
  - Win64

before_build:
  - ps: Invoke-WebRequest "https://github.com/tboox/xmake/releases/download/v2.1.2/xmake-v2.1.2.exe" -OutFile "xmake-installer.exe"
  - cmd: xmake-installer.exe /S /D=C:\xmake
  - cmd: PATH=%PATH%;C:\xmake
  - cmd: xmake --version
  - ps: cp -r -force xmake\* C:\xmake
  - cmd: xmake --version
  - cmd: dir C:\xmake

build_script:
  - cmd: cd core
  - cmd: if %platform%==Win64 xmake f -a x64
  - cmd: xmake -v