-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
18 lines (15 loc) · 817 Bytes
/
appveyor.yml
File metadata and controls
18 lines (15 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
platform:
- x64
os: Visual Studio 2015
install:
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
build_script:
- git config --global core.autocrlf true
- git clone https://www.github.com/UG4/ughub
- ughub/ughub init
- ughub/ughub addsource neurobox https://github.com/NeuroBox3D/neurobox-packages.git
- ughub/ughub install ugcore ProMesh SkinLayerGenerator
- call ugcore\scripts\shell\vcinit12-64
- cmake -DCMAKE_BUILD_TYPE=Release -DTARGET=vrl -DLAPACK=OFF -DBLAS=OFF -DDIM=3 -DCPU=1 -DCOMPILE_INFO=OFF -DProMesh=ON -DSkinLayerGenerator=ON -DCMAKE_CXX_FLAGS="/MD /O2 /Ob2 /D NDEBUG /bigobj" -DCMAKE_EXE_LINKER_FLAGS="/INCREMENTAL:NO" -DCMAKE_MODULE_LINKER_FLAGS_DEBUG="/INCREMENTAL:NO" -G"NMake Makefiles" -DEMBEDDED_PLUGINS=ON -DSLGTestsuite=OFF
- echo "%cd%"
- nmake