forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
25 lines (22 loc) · 765 Bytes
/
Copy pathcircle.yml
File metadata and controls
25 lines (22 loc) · 765 Bytes
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
machine:
java:
version: oraclejdk8
dependencies:
pre:
- sudo apt-get update; sudo apt-get install nsis git
- wget http://www.mirrorservice.org/sites/downloads.sourceforge.net/l/la/launch4j/launch4j-3/3.8/launch4j-3.8-linux.tgz
- tar xzf launch4j-3.8-linux.tgz
- chmod +x launch4j/launch4j
- wget http://nsis.sourceforge.net/mediawiki/images/5/54/WinShell.zip
- unzip WinShell.zip
- sudo cp Plugins/x86-unicode/WinShell.dll /usr/share/nsis/Plugins/
override:
- TERM=dumb ./gradlew dependencies
test:
override:
- TERM=dumb ./gradlew test
post:
- TERM=dumb export PATH=$PATH:`pwd`/launch4j && ./gradlew -Pdev=true -PnsisExec="/usr/bin/makensis" release --stacktrace
general:
artifacts:
- "build/releases"