Last active
October 15, 2017 12:38
-
-
Save adunstan/3aa1d94ccb9e9bf58e1be58612442a35 to your computer and use it in GitHub Desktop.
setup for cranges appveyor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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