Skip to content

Commit

Permalink
tentative fix of appveyor script
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovounet committed Aug 19, 2018
1 parent f4331fa commit 981a625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ before_build:
$env:generator="$env:generator Win64"
}
echo generator="$env:generator"
cmake .. -G "$env:generator"
cmake .. -G "$env:generator" -DGLM_TEST_ENABLE=ON
build_script:
- cmake --build . --config %CONFIGURATION% -- /m /v:minimal
Expand Down

0 comments on commit 981a625

Please sign in to comment.