Skip to content

Commit

Permalink
another attempt at compiling on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lejafar committed Aug 19, 2018
1 parent b1ba816 commit 4cc02b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
environment:
matrix:
# VS 2015
- BUILD_TYPE: nmake
VS_VERSION: Visual Studio 14
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015

environment:
global:
TWINE_USERNAME: lejafar
Expand Down
2 changes: 1 addition & 1 deletion travis/build-openctm-win.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ./build-openctm-win.sh

git clone https://github.com/Danny02/OpenCTM.git openctm_tmp
mingw32-make -f Makefile.mingw
nmake /f Makefile.msvc
mkdir openctm/libs
mv openctm_tmp/lib/libopenctm.dll openctm/libs

0 comments on commit 4cc02b6

Please sign in to comment.