Skip to content

Commit

Permalink
appveyor init
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jul 12, 2018
1 parent afce3df commit 5103e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -20,7 +20,7 @@ build_script:
#- pip install -e .[tests] # FIXME: need to figure out f2py on AppVeyor

- cd bin
- cmd: cmake -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" ..
- cmd: cmake -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" ../src
- sh: cmake ..
- cmake --build .

Expand Down

0 comments on commit 5103e16

Please sign in to comment.