diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-25 12:28:57 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-25 12:28:57 -0700 |
commit | 062aee9292d807c90c28fa0a09a888d34bee4dd3 (patch) | |
tree | 045f937504990dfb9f40a31d70ad225bbb03eec4 | |
parent | 74dfc16b9d57a93249849b7956c8da7af36bf63d (diff) |
Fixed tabs in appveyor.yml
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index dd2101f..71ff3cd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,9 +8,9 @@ build_script: mkdir build 2> nul pushd build cmake \ - -G "NMake Makefiles" \ - -D CMAKE_BUILD_TYPE="Release" \ - -D CMAKE_INSTALL_PREFIX="windows" \ + -G "NMake Makefiles" \ + -D CMAKE_BUILD_TYPE="Release" \ + -D CMAKE_INSTALL_PREFIX="windows" \ nmake /nologo && popd test_script: |