Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@

image: Visual Studio 2017
platform: x64
environment:

matrix:
- PYTHON_VERSION: "3.6"
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"


platform:
- x64

build: false

cache:
Expand All @@ -18,8 +17,16 @@ init:
- echo %PYTHON_VERSION% %CONDA_INSTALL_LOCN%

install:
- git clone -b develop --depth 1 https://github.com/jtwhite79/pestpp
- copy /Y pestpp\bin\win\*.* bin\win\
- git clone -b develop --depth 1 https://github.com/usgs/pestpp
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- cd pestpp
- mkdir build
- cd build
- cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
- ninja -j2
- cd ..
- cd ..
- copy /Y pestpp\bin\*.* bin\win\
- set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
- set PYTHONUNBUFFERED=1
# for msinttypes and newer stuff
Expand Down
Binary file removed bin/mac/.DS_Store
Binary file not shown.
Binary file modified docs/.DS_Store
Binary file not shown.