forked from felipebz/zpa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
20 lines (16 loc) · 687 Bytes
/
appveyor.yml
File metadata and controls
20 lines (16 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: 1.0.{build}
install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\maven" )) {
(new-object System.Net.WebClient).DownloadFile('http://www.us.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip', 'C:\maven-bin.zip')
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
}
cache:
- C:\Users\appveyor\.m2
- C:\maven\apache-maven-3.3.9
build_script:
- cmd: C:\maven\apache-maven-3.3.9\bin\mvn verify -B -e -V
artifacts:
- path: sonar-plsql-open-plugin\target\sonar-plsql-open-plugin-*.jar
- path: sslr-plsql-toolkit\target\sslr-plsql-toolkit-*.jar