Skip to content

Commit

Permalink
search
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Sep 3, 2020
1 parent 7774ded commit 0493db9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,14 @@ install:
install
--no-warn-script-location
-r requirements\\tests.txt
- dir . \*.dll /s
- dir . \*.lib /s
- |
cd lib
dir /S "*.dll"
cd ..
- |
cd lib
dir /S "*.lib"
cd ..
- |
echo %LIB%
dir %LIB%
Expand Down

0 comments on commit 0493db9

Please sign in to comment.