Skip to content

Commit

Permalink
Correct error in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Di Remigio committed Nov 11, 2015
1 parent 96bbb3e commit 4587d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ environment:
matrix:
# Python 2.7; 64-bit version
- python: C:\Python27-x64;C:\Python27-x64\Scripts
- GENERATOR: "MinGW Makefiles"
GENERATOR: "MinGW Makefiles"
BUILDFLAGS: "--jobs=2 VERBOSE=1"

before_build:
Expand All @@ -50,7 +50,7 @@ before_build:
- cd %APPVEYOR_BUILD_FOLDER%

build_script:
- python setup.py --generator=%GENERATOR% --cmake-options="-DENABLE_FORTRAN_API=ON"
- python setup.py --generator="%GENERATOR%" --cmake-options="-DENABLE_FORTRAN_API=ON"
- cd build
- cmake --build . -- %BUILDFLAGS%

Expand Down

0 comments on commit 4587d0a

Please sign in to comment.