Skip to content

Commit af91def

Browse files
committed
Fixing CI
1 parent acc30ed commit af91def

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.azure-pipelines/unix-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,16 @@ steps:
5252
cmake --build .
5353
cp ../example.py .
5454
python example.py
55+
cd ..
5556
displayName: Example - Copy 'cast'
5657
workingDirectory: $(Build.SourcesDirectory)/docs/source/examples/copy_cast
5758
5859
- script: |
5960
source activate xtensor-python
60-
cmake . -DPYTHON_EXECUTABLE=`which python`
61+
cmake -Bbuild -DPython_EXECUTABLE=`which python`
62+
cd build
6163
cmake --build .
64+
cp ../example.py .
6265
python example.py
6366
cd ..
6467
displayName: Example - SFINAE

0 commit comments

Comments
 (0)