forked from code-orchestra/colt-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
33 lines (33 loc) · 1.06 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
version: 1.3.1.{build}
skip_tags: true
clone_depth: 10
clone_folder: C:\projects\CodeOrchestra\colt-build
environment:
matrix:
- platform: x86
JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0
- platform: x64
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
install:
- git clone https://github.com/code-orchestra/colt-core.git C:\projects\CodeOrchestra\colt-core
- git clone https://github.com/code-orchestra/colt-as.git C:\projects\CodeOrchestra\colt-as
- git clone https://github.com/code-orchestra/livecoding_examples.git C:\projects\CodeOrchestra\livecoding_examples
- cinst InnoSetup
build_script:
- cd C:\projects\CodeOrchestra\colt-build
- copy gradle.properties.%PLATFORM%.sample gradle.properties
- gradlew
- gradlew build
after_build:
- mv build\distributions\COLT-1.3.1.exe colt-win-%PLATFORM%.exe
artifacts:
- path: colt-win-$(PLATFORM).exe
name: colt-win-$(PLATFORM)
deploy:
- provider: GitHub
release: $(appveyor_build_version)
auth_token:
secure: HK9ej9WVysHQHeTEQ/QTOJmh08xCtDQyDBy5uXWrWV/xROMNkQrTeQv1j2tYOxVw
artifact: /.*\.exe/
on:
branch: master