Skip to content

Commit

Permalink
Merge pull request #278 from SylvainCorlay/windows
Browse files Browse the repository at this point in the history
Attempt building on windows
  • Loading branch information
SylvainCorlay committed Dec 7, 2019
2 parents a33de0b + 5b03480 commit a6b200a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configuration:

environment:
matrix:
- MINICONDA: C:\xeus-conda
- MINICONDA: C:\\xeus-conda

init:
- "ECHO %MINICONDA%"
Expand All @@ -36,14 +36,14 @@ install:
# Build and install xeus-cling
- mkdir build
- cd build
# - cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D CMAKE_BUILD_TYPE=%CONFIGURATION% -D XEXTRA_JUPYTER_DATA_DIR=%MINICONDA%\\share\\jupyter ..
#- nmake
#- nmake install
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D CMAKE_BUILD_TYPE=%CONFIGURATION% -D XEXTRA_JUPYTER_DATA_DIR=%MINICONDA%\\share\\jupyter ..
- nmake
- nmake install
# Install jupyter_kernel_test and pytest
- conda install pytest jupyter_kernel_test -c conda-forge
- cd..
- cd test

build_script:
# Allowing failure on jupyter kernel tests as Cling does not support windows
#- py.test . & exit 0
# Allowing failures on Windows
- py.test . & exit 0

0 comments on commit a6b200a

Please sign in to comment.