Skip to content

Instantly share code, notes, and snippets.

@adunstan
Last active October 15, 2017 12:38
Show Gist options
  • Save adunstan/3aa1d94ccb9e9bf58e1be58612442a35 to your computer and use it in GitHub Desktop.
Save adunstan/3aa1d94ccb9e9bf58e1be58612442a35 to your computer and use it in GitHub Desktop.
setup for cranges appveyor
# appveyor.yml
before_build:
- set PATH=C:\Program Files\PostgreSQL\9.6\bin;%PATH%
- cmake -G "Visual Studio 14 2015 Win64"
- dir
- pg_config
build:
project: cranges.sln
configuration:
- Release
test_script:
- net user testuser Blurfl8265! /add
- psexec -l -u testuser -p Blurfl8265! cmd /c cd
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment