forked from clj-kondo/clj-kondo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
32 lines (19 loc) · 868 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
---
version: "v-{build}"
image: Visual Studio 2015
clone_folder: C:\projects\clj-kondo
environment:
GRAALVM_HOME: C:\projects\clj-kondo\graalvm\graalvm-ce-19.2.1
build_script:
- cmd: >-
choco install windows-sdk-7.1
call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd"
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://github.com/oracle/graal/releases/download/vm-19.2.1/graalvm-ce-windows-amd64-19.2.1.zip', 'graalvm.zip')"
powershell -Command "Expand-Archive graalvm.zip graalvm"
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat', 'lein.bat')"
call lein self-install
call script/compile.bat
test: off
artifacts:
- path: clj-kondo-*-windows-amd64.zip
name: clj-kondo