Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
gmaillet authored Feb 16, 2017
1 parent e5d363b commit 34d92f0
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 @@ -4,7 +4,7 @@ before_build:
- mkdir build
- cd build
- cmake .. -DWITH_QT5=OFF
- cmake --build . --target INSTALL -DCMAKE_BUILD_TYPE=Release
- cmake --build . --target INSTALL --config Release
- cd ..

after_build:
Expand Down

0 comments on commit 34d92f0

Please sign in to comment.