We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc30ed commit af91defCopy full SHA for af91def
.azure-pipelines/unix-build.yml
@@ -52,13 +52,16 @@ steps:
52
cmake --build .
53
cp ../example.py .
54
python example.py
55
+ cd ..
56
displayName: Example - Copy 'cast'
57
workingDirectory: $(Build.SourcesDirectory)/docs/source/examples/copy_cast
58
59
- script: |
60
source activate xtensor-python
- cmake . -DPYTHON_EXECUTABLE=`which python`
61
+ cmake -Bbuild -DPython_EXECUTABLE=`which python`
62
+ cd build
63
64
+ cp ../example.py .
65
66
cd ..
67
displayName: Example - SFINAE
0 commit comments