-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathappveyor.yml
More file actions
25 lines (25 loc) · 888 Bytes
/
Copy pathappveyor.yml
File metadata and controls
25 lines (25 loc) · 888 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
version: 1.0.{build}
environment:
POSTGRES_PATH: C:\Program Files\PostgreSQL\9.4
PG_PLV8_EXTENSION_ZIP_FILENAME: pg94plv8jsbin_w64
services:
- postgresql94
install:
- SET PATH=C:\Program Files\PostgreSQL\9.4\bin\;%PATH%
- curl -L -O -S -s http://www.postgresonline.com/downloads/%PG_PLV8_EXTENSION_ZIP_FILENAME%.zip
- 7z x %PG_PLV8_EXTENSION_ZIP_FILENAME%.zip
- xcopy /s /y /d %PG_PLV8_EXTENSION_ZIP_FILENAME% "%POSTGRES_PATH%\"
build_script:
#- createdb idsrv4_test
#- psql -U postgres -c "create database idsrv4_test;"
#- psql -U postgres -d %PG_DB% -c "create extension if not exists plv8;"
- ps: ./build.ps1
test: off
artifacts:
- path: artifacts/packages/*.nupkg
deploy:
- provider: NuGet
server: https://www.myget.org/F/identity-postgresql/api/v2/package/
api_key:
secure: JE+GsFvzX2jnVTDi2EYZhc4wXF6Lz5FvVPBK9ZlXx1ALM4S0dOPpV4ESOj8/lKWL
skip_symbols: true