Skip to content

Commit 5b3b4a4

Browse files
committed
Symlink fixes
1 parent 70ca0d8 commit 5b3b4a4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ environment:
2828
BOOST_LIBRARYDIR: C:\Libraries\boost_1_63_0\lib64-msvc-14.0
2929

3030
init:
31+
- git config core.symlinks true
32+
- git reset --hard
3133
- set MINICONDA=C:\Miniconda35-x64
3234
- set PATH=%MINICONDA%;%MINICONDA%/Scripts;%MINICONDA%/Library/bin;%PATH%
3335

dev/release/run-rat.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ $RAT $1 \
3434
-e status.h \
3535
-e asan_symbolize.py \
3636
-e cpplint.py \
37+
-e BuildUtils.cmake \
3738
-e FindPythonLibsNew.cmake \
39+
-e FindNumPy.cmake \
40+
-e SetupCxxFlags.cmake \
41+
-e CompilerInfo.cmake \
3842
-e pax_global_header \
3943
-e MANIFEST.in \
4044
-e __init__.pxd \

0 commit comments

Comments
 (0)