Skip to content

Commit

Permalink
Add cd
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Mar 22, 2018
1 parent 39fe515 commit 2ea249f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -70,7 +70,7 @@ build_script:
-DAPR_HAS_LDAP=OFF ^
-DAPR_BUILD_TESTAPR=OFF ^
-DINSTALL_PDB=OFF ^
- ..\..\apr-util-1.6.1
- cd ..\..\apr-util-1.6.1
- nmake
- nmake install

Expand All @@ -94,7 +94,7 @@ build_script:
-DPCRE_SUPPORT_UNICODE_PROPERTIES=ON ^
-DPCRE_NEWLINE=CRLF ^
-DINSTALL_MSVC_PDB=OFF ^
- ..\..\%PCRE%
- cd ..\..\%PCRE%
- nmake
- nmake install

Expand Down

0 comments on commit 2ea249f

Please sign in to comment.