Skip to content

Commit 35eff21

Browse files
committed
update
1 parent 7c85f1e commit 35eff21

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.appveyor.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ install:
1717
- cmake -G "Visual Studio 15 2017" ..
1818

1919
build_script:
20-
- cmake -DBUILD_SHARED_LIBS=ON --build .
21-
- cmake -DBUILD_SHARED_LIBS=OFF --build .
20+
- cmake -DBUILD_SHARED_LIBS=ON .
21+
- cmake --build .
22+
- cmake -DBUILD_SHARED_LIBS=OFF .
23+
- cmake --build .

0 commit comments

Comments
 (0)